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

This commit is contained in:
retoor 2024-11-26 06:46:42 +01:00
parent d6d31a0500
commit ad1243afb7

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