From 99bece63f28e222d052a0e8734c29acc151e56a3 Mon Sep 17 00:00:00 2001 From: Wal Date: Sun, 7 Jul 2019 19:28:18 -0400 Subject: [PATCH] Remove app.yml --- app.yaml | 19 ------------------- public/index.html | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 app.yaml diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 21070fc..0000000 --- a/app.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# [START runtime] -runtime: nodejs -env: flex -# [END runtime] - -# [START handlers] -handlers: - - url: / - static_files: build/index.html - upload: build/index.html - - - url: /(.*) - static_files: build/\1 - upload: build/(.*) - - - url: /favicon.ico - static_files: /favicon.ico - upload: /favicon.ico -# [END handlers] \ No newline at end of file diff --git a/public/index.html b/public/index.html index c5f0a9c..b41e67c 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - +