mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-21 12:01:49 +02:00
13 lines
410 B
YAML
13 lines
410 B
YAML
runtime: python39
|
|
|
|
handlers:
|
|
# This configures Google App Engine to serve the files in the app's static
|
|
# directory.
|
|
- url: /static
|
|
static_dir: static
|
|
|
|
# This handler routes all requests not caught above to your main app. It is
|
|
# required when static routes are defined, but can be omitted (along with
|
|
# the entire handlers section) when there are no static files defined.
|
|
- url: /.*
|
|
script: auto |