repo.or.cz
/
mygpo-feedservice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
link to bugtracker
[mygpo-feedservice.git]
/
feedservice
/
app.yaml
blob
b769dcd7e24ff3a5e447e4daa1563683398e0048
1
application: mygpo-feedservice
2
version: 1
3
runtime: python
4
api_version: 1
5
6
handlers:
7
- url: /
8
static_files: index.html
9
upload: index.html
10
11
- url: /static
12
static_dir: static
13
14
- url: /.*
15
script: main.py
16