feature/disable-auth #1
@ -19,6 +19,6 @@ def default(path):
|
|||||||
if not state.is_running(username):
|
if not state.is_running(username):
|
||||||
state.spawn(username)
|
state.spawn(username)
|
||||||
|
|
||||||
response = make_response(f"Container spawned. Reloading `{path}`...", 201)
|
response = make_response(f"Container spawned. Reloading{'' if path else ' ' + path}...", 201)
|
||||||
response.headers["Refresh"] = "5"
|
response.headers["Refresh"] = "2"
|
||||||
return response
|
return response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user