diff options
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,5 +8,8 @@ handlers: - url: /js static_dir: js +- url: /css + static_dir: css + - url: /.* script: app.py
\ No newline at end of file |
