Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: appengine/config_service/app.yaml

Issue 2936423002: config_service: add routing for config-set page. (Closed)
Patch Set: Remove UI handler. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/config_service/ui/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/app.yaml
diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml
index f5c12e372b050c04a4189ac92b10b735b4d32829..e49543d2bc1f8eb400eb72e922eb8c49b5149aec 100644
--- a/appengine/config_service/app.yaml
+++ b/appengine/config_service/app.yaml
@@ -17,9 +17,19 @@ handlers:
- url: /static/images
static_dir: ui/static/images
+- url: /bower_components
+ static_dir: ui/bower_components
+
+- url: /src
+ static_dir: ui/src
+
- url: /_ah/spi/.*
script: apps.endpoints
+- url: /newui
+ static_files: ui/static/index.html
+ upload: ui/static/index.html
+
- url: /.*
script: apps.html
secure: always
« no previous file with comments | « no previous file | appengine/config_service/ui/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698