17 lines
265 B
YAML
17 lines
265 B
YAML
application: m-buzz
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
|
|
- url: /google8f1adb368b7bd14c.html
|
|
upload: google8f1adb368b7bd14c.html
|
|
static_files: static/google8f1adb368b7bd14c.html
|
|
|
|
- url: .*
|
|
script: main.py
|
|
|