Skip to content

Commit

Permalink
Merge pull request #36 from CSCDP/Fix/poetry-setup
Browse files Browse the repository at this point in the history
Switched to Poetry, updated some language based on new library requirements
  • Loading branch information
cyramic authored Oct 10, 2022
2 parents 0abe01e + 165e441 commit b0b1c05
Show file tree
Hide file tree
Showing 5 changed files with 633 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Reference App/API/schema/family-context-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,7 @@ paths:
content:
application/json:
schema:
<<<<<<< HEAD
type: array
items:
$ref: '#/components/schemas/Person'
=======
$ref: '#/components/schemas/SearchResults'
>>>>>>> upstream/master
501:
description: Person search is not supported by this application
head:
Expand All @@ -130,8 +124,6 @@ paths:
501:
description: Person search is not supported by this application

<<<<<<< HEAD
=======
#/api/search/person/{cmsId}:
# get:
# summary: Search for a person by cms ID
Expand All @@ -156,7 +148,6 @@ paths:
# 404:
# description: Person not found
# content: {}
>>>>>>> upstream/master

/api/person/detail/{personId}:
get:
Expand Down
Loading

0 comments on commit b0b1c05

Please sign in to comment.