From 6cdc03f55ec24ffa1c30fb1fd80843a821b1da5c Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 12 Feb 2021 00:23:32 -0800 Subject: [PATCH] Fix upload --- ueforth/site/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/site/app.yaml b/ueforth/site/app.yaml index 550c43c..afed362 100644 --- a/ueforth/site/app.yaml +++ b/ueforth/site/app.yaml @@ -20,7 +20,7 @@ handlers: - url: /(.*).html static_files: \1.html - upload: *.html + upload: (.*).html secure: always - url: /static