fix app.js with url_prefix

This commit is contained in:
reynoldsnlp 2022-12-31 15:15:51 -07:00
parent c5cc233aaf
commit 14b4f28a1a
3 changed files with 6 additions and 3 deletions

View file

@ -283,7 +283,8 @@ def create_app(args):
get_api_key_link=args.get_api_key_link,
web_version=os.environ.get("LT_WEB") is not None,
version=get_version(),
swagger_url=SWAGGER_URL
swagger_url=SWAGGER_URL,
url_prefix=args.url_prefix
)
@bp.get("/javascript-licenses")