relative path for redir.

This commit is contained in:
2026-03-05 00:32:35 -05:00
parent e649ffa56d
commit 2291e087bd
+1 -1
View File
@@ -30,7 +30,7 @@ def upload_file():
<!doctype html>
<title>Upload successful</title>
<h1>{len(files)} file(s) uploaded successfully</h1>
<a href="{request.url}"><button>Upload another file</button></a>
<a href="/"><button>Upload another file</button></a>
''', 200
return '''