Skip to content

Commit

Permalink
Update static directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetoner committed Nov 27, 2022
1 parent 3cd89c7 commit 61736ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": projectMetada['License']
}
)
app.mount("/assets", StaticFiles(directory="static/assets"), name="static")
app.mount("/assets", StaticFiles(directory="app/static/assets"), name="static")

def swagger_monkey_patch(*args, **kwargs):
return get_swagger_ui_html(
Expand Down

0 comments on commit 61736ed

Please sign in to comment.