summaryrefslogtreecommitdiffstats
path: root/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app.yaml b/app.yaml
index 4cad643..86c90f5 100644
--- a/app.yaml
+++ b/app.yaml
@@ -4,6 +4,17 @@ runtime: python
api_version: 1
handlers:
-- url: /.*
+- url: /favicon.ico
+ static_files: favicon.ico
+ upload: favicon.ico
+
+- url: /
+ static_files: mainpage.html
+ upload: mainpage.html
+
+- url: /loadnewtitles
+ login: admin
script: framed.py
+- url: /.*
+ script: framed.py \ No newline at end of file