mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
13 lines
192 B
YAML
13 lines
192 B
YAML
runtime: python312
|
|
|
|
handlers:
|
|
- url: /(.*\..+)$
|
|
static_files: \1
|
|
upload: (.+)
|
|
secure: always
|
|
expiration: 1h
|
|
- url: /.*
|
|
static_files: index.html
|
|
upload: index.html
|
|
secure: always
|