feat(controller/root): redirect web browsers to ui

This commit is contained in:
Tiara Rodney 2022-04-16 06:27:26 +02:00
parent 75ce33e898
commit b69158241a

View file

@ -15,4 +15,4 @@ def get(**kwargs):
paste_lifetime=model.paste.default_lifetime,
paste_max_lifetime=str(round(model.paste.default_max_lifetime / 60)),
paste_default_encoding=model.paste.default_encoding
), 200
), 302, {'Location': '/ui'}