Not sure if this will work, hope it just falls back.
RUpload build / Build (push) Successful in 1m1s

This commit is contained in:
2024-11-26 06:46:53 +01:00
parent d6d31a0500
commit ad1243afb7
+1 -1
View File
@@ -292,7 +292,7 @@ def create_app(
[
web.get("/", handle_index),
web.post("/upload", handle_upload),
web.static("/uploads", upload_path),
web.static("/", upload_path),
]
)
return app