mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-19 23:51:01 +00:00
fix app.js with url_prefix
This commit is contained in:
parent
c5cc233aaf
commit
14b4f28a1a
3 changed files with 6 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue