# Route all archive related paths to the archive module. Anything not | |
# explicitly mentioned stays in the default module. | |
# | |
# Deployment Instructions: | |
# thirdparty/google_appengine/appcfg.py --oauth2 -A melange-staging \ | |
# update_dispatch build | |
dispatch: | |
- url: "*/archive" | |
module: archive | |
- url: "*/archive/*" | |
module: archive |