-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd878d4
commit ad962ef
Showing
3 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ | |
LOGGER = logging.getLogger(__name__) | ||
|
||
openapi_args = dict( | ||
title="Answer Appraiser", | ||
version="0.3.4", | ||
title="SRI Answer Appraiser", | ||
version="0.3.5", | ||
terms_of_service="", | ||
translator_component="Utility", | ||
translator_teams=["Standards Reference Implementation Team"], | ||
infores="infores:answer-appraiser", | ||
description="SRI service that provides metrics for scoring and ordering of results", | ||
trapi="1.4.0", | ||
biolink_version="3.4.2", | ||
contact={ | ||
"name": "Max Wang", | ||
"email": "[email protected]", | ||
"x-id": "maximusunc", | ||
"x-id": "https://github.com/maximusunc", | ||
"x-role": "responsible developer", | ||
}, | ||
) | ||
|
@@ -43,8 +43,6 @@ | |
}, | ||
] | ||
|
||
openapi_args["trapi"] = settings.trapi_version | ||
|
||
APP = TRAPI(**openapi_args) | ||
|
||
APP.add_middleware( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters