app/app.yaml
changeset 56 703032f3e1d8
parent 54 03e267d67478
--- a/app/app.yaml	Fri Jul 18 18:28:19 2008 +0000
+++ b/app/app.yaml	Fri Jul 18 18:31:46 2008 +0000
@@ -19,8 +19,14 @@
 api_version: 1
 
 handlers:
-- url: /content
-  static_dir: content
+- url: /soc/content
+  static_dir: soc/content
+
+- url: /gsoc/content
+  static_dir: gsoc/content
+
+- url: /ghop/content
+  static_dir: ghop/content
 
 - url: /.*
   script: main.py