From 1716e9616986122924add8a5e04d8493e74bd8be Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 25 May 2021 11:09:01 +1000 Subject: [PATCH] Fixed path --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index acfb1b5..b6c0f9f 100644 --- a/app.yaml +++ b/app.yaml @@ -5,4 +5,4 @@ entrypoint: bundle exec rackup -s Unicorn -p $PORT handlers: - url: /(.*\.(html|css|js))$ static_files: lib/public/\1 - upload: public/.*\.(html|css|js)$ \ No newline at end of file + upload: lib/public/.*\.(html|css|js)$ \ No newline at end of file