mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-10 19:10:02 +01:00
21 lines
241 B
YAML
21 lines
241 B
YAML
application: clipperz
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /json
|
|
script: clipperz.py
|
|
|
|
- url: /css
|
|
static_dir: css
|
|
|
|
- url: /js
|
|
static_dir: js
|
|
|
|
- url: /images
|
|
static_dir: images
|
|
|
|
- url: /.*
|
|
script: clipperz.py
|