feat(controller/root): redirect web browsers to ui
This commit is contained in:
parent
75ce33e898
commit
b69158241a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ def get(**kwargs):
|
||||||
paste_lifetime=model.paste.default_lifetime,
|
paste_lifetime=model.paste.default_lifetime,
|
||||||
paste_max_lifetime=str(round(model.paste.default_max_lifetime / 60)),
|
paste_max_lifetime=str(round(model.paste.default_max_lifetime / 60)),
|
||||||
paste_default_encoding=model.paste.default_encoding
|
paste_default_encoding=model.paste.default_encoding
|
||||||
), 200
|
), 302, {'Location': '/ui'}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue