Skip to content

Commit

Permalink
@pcrespov API doc -> Web-API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 17, 2024
1 parent 8aad765 commit cd5a4e8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ def setup_rest(app: web.Application):
_logger.debug("OAS loaded from %s ", spec_path)
if settings.REST_SWAGGER_API_DOC_ENABLED:
api_doc(
app=app, url_prefix="/dev/doc", config_path=str(spec_path), title="API doc"
app=app,
url_prefix="/dev/doc",
config_path=str(spec_path),
title="Web-API doc",
)


Expand Down

0 comments on commit cd5a4e8

Please sign in to comment.