diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-03-17 15:32:50 -0700 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-03-17 15:32:50 -0700 |
| commit | d9fa3b96ecab96b92ef0258ce71fc8982a310233 (patch) | |
| tree | 8012508a5d02dca25361c2f3b3e594021e3858bd /app.yaml | |
| parent | 780728d467e777066c79cd25cf00b79720c81b65 (diff) | |
working ep.io deployment
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 9f320f9..0000000 --- a/app.yaml +++ /dev/null @@ -1,15 +0,0 @@ -application: pinkyswearapp -version: 1 -runtime: python -api_version: 1 -threadsafe: false - -handlers: -- url: /js - static_dir: js - -- url: /css - static_dir: css - -- url: /.* - script: app.py
\ No newline at end of file |
