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

Unified Diff: appengine/config_service/app.yaml

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Added TODO to handlers.py and confirmed versions in bower.json 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/handlers.py » ('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 e49543d2bc1f8eb400eb72e922eb8c49b5149aec..012ac3220f5cb154b804ce5562a1da2cd368c0eb 100644
--- a/appengine/config_service/app.yaml
+++ b/appengine/config_service/app.yaml
@@ -20,16 +20,15 @@ handlers:
- url: /bower_components
static_dir: ui/bower_components
+- url: /common
+ static_dir: ui/common
+
- 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/handlers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698