diff options
Diffstat (limited to 'server/app.yaml')
| -rw-r--r-- | server/app.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/server/app.yaml b/server/app.yaml deleted file mode 100644 index 0b46191..0000000 --- a/server/app.yaml +++ /dev/null @@ -1,23 +0,0 @@ -application: screenplain -version: 1 -runtime: python -api_version: 1 - -handlers: -- url: /styles - static_dir: styles - -- url: /convert - script: main.py - -- url: / - static_files: index.html - upload: index.html - -- url: /style.css - static_files: style.css - upload: style.css - -- url: /favicon.ico - static_files: favicon.ico - upload: favicon.ico |
