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

Unified Diff: appengine/config_service/app.yaml

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Add test files. 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..1b9d70d36e30cb12ef8a0192481bde7c6797077a 100644
--- a/appengine/config_service/app.yaml
+++ b/appengine/config_service/app.yaml
@@ -14,6 +14,10 @@ handlers:
upload: static/favicon.ico
secure: always
+- url: /elements.html
+ static_files: ui/static/elements.html
+ upload: ui/static/elements.html
+
- url: /static/images
static_dir: ui/static/images

Powered by Google App Engine
This is Rietveld 408576698