mirror of
https://github.com/fergalmoran/qrmaker.git
synced 2025-12-22 01:51:11 +00:00
12 lines
139 B
YAML
12 lines
139 B
YAML
application: qrconvert
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /html
|
|
static_dir: html
|
|
|
|
- url: /.*
|
|
script: index.py
|