Skip to content

Commit

Permalink
Webhook Error
Browse files Browse the repository at this point in the history
Fixes #280
  • Loading branch information
mrhan1993 committed Apr 9, 2024
1 parent b638028 commit aef9180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fooocusapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

def start_app(args):
"""Start the FastAPI application"""
file_utils.static_serve_base_url = args.base_url + "/files/"
file_utils.STATIC_SERVER_BASE = args.base_url + "/files/"
uvicorn.run(
app="fooocusapi.api:app",
host=args.host,
Expand Down

0 comments on commit aef9180

Please sign in to comment.