Not sure if this will work, hope it just falls back.
All checks were successful
RUpload build / Build (push) Successful in 1m1s
All checks were successful
RUpload build / Build (push) Successful in 1m1s
This commit is contained in:
parent
d6d31a0500
commit
ad1243afb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user