1
0
Fork 0

fix(api): get all server paths from environ

This commit is contained in:
Sean Sube 2023-01-16 16:40:32 -06:00
parent c98c0ff4dd
commit 4809e00982
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def load_params(context: ServerContext):
config_params = json.load(f) config_params = json.load(f)
context = ServerContext() context = ServerContext.from_environ()
check_paths(context) check_paths(context)
load_models(context) load_models(context)