Fix data directory save location and mount path
This commit is contained in:
parent
fa5aaaf254
commit
b6efb73cba
4 changed files with 13 additions and 7 deletions
|
|
@ -86,7 +86,7 @@ def customise_server(
|
|||
)
|
||||
|
||||
add_v2_endpoints(server)
|
||||
add_static_files(server.app, application_config.data_folder)
|
||||
add_static_files(server, application_config.data_folder)
|
||||
|
||||
# Configure logging to DEBUG if requested in CLI args.
|
||||
if debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue