change the route name for artifact downloads so prismlauncher uses the correct instance name
All checks were successful
Docker Build / Build and Push Images (push) Successful in 28s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 28s
This commit is contained in:
parent
d6dfe8070a
commit
06d923e042
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def create_handle_artifact(artifact_name: str):
|
|||
return handle_artifact_async
|
||||
|
||||
for artifact_name in config.artifact_names:
|
||||
route = f'/{artifact_name}'
|
||||
route = f'/{artifact_name}/GalacticFactory'
|
||||
endpoint = f'handle_{artifact_name}'
|
||||
app.add_url_rule(route, view_func=create_handle_artifact(artifact_name), endpoint=endpoint)
|
||||
|
||||
|
|
Loading…
Reference in a new issue