Mixonomer/app.yaml

12 lines
126 B
YAML
Raw Normal View History

2019-07-26 11:05:27 +01:00
runtime: python37
service: spotify
handlers:
- url: /static
static_dir: build
- url: /.*
script: auto
secure: always