aboutsummaryrefslogtreecommitdiffstats
path: root/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app.yaml b/app.yaml
index 306714f..dd9a562 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,5 +1,5 @@
application: inccalender
-version: 2
+version: 3
runtime: python27
api_version: 1
threadsafe: false
@@ -32,6 +32,10 @@ handlers:
script: gcal.fetchgooglecal.app
secure: always
+- url: /help.*
+ script: help.app
+ secure: optional
+
- url: /port.*
script: port.app
secure: always