Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Do not add root path to OpenAPI servers
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkwang committed Jul 28, 2021
1 parent 33cabab commit 1f74ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

openapi_kwargs = dict(
title="ROBOKOP ARA",
version="2.4.0",
version="2.4.1",
terms_of_service="N/A",
translator_component="ARA",
translator_teams=["Ranking Agent"],
Expand All @@ -39,6 +39,7 @@
APP = TRAPI(
**openapi_kwargs,
docs_url="/",
root_path_in_servers=False,
)


Expand Down

0 comments on commit 1f74ad7

Please sign in to comment.