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

Unified Diff: appengine/config_service/app.yaml

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Added the modified file. Changes can be seen by clicking on Delta from patch set 2. 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
Index: appengine/config_service/app.yaml
diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml
index e49543d2bc1f8eb400eb72e922eb8c49b5149aec..9572fdbb075d30053a1107706a9ab87af00b1e05 100644
--- a/appengine/config_service/app.yaml
+++ b/appengine/config_service/app.yaml
@@ -20,6 +20,9 @@ handlers:
- url: /bower_components
static_dir: ui/bower_components
+- url: /common
+ static_dir: ui/common
+
- url: /src
static_dir: ui/src

Powered by Google App Engine
This is Rietveld 408576698