diff options
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..ed81e27 --- /dev/null +++ b/app.yaml @@ -0,0 +1,12 @@ +application: pinkyswearapp +version: 1 +runtime: python27 +api_version: 1 +threadsafe: false + +handlers: +- url: /js + static_dir: static + +- url: /.* + script: app.py
\ No newline at end of file |
