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

Unified Diff: appengine/config_service/app.yaml

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Add tests to front-page and config-set page. 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..f1064812c19cf13cbf37ac4d2cc430afcb9573b6 100644
--- a/appengine/config_service/app.yaml
+++ b/appengine/config_service/app.yaml
@@ -13,6 +13,10 @@ handlers:
static_files: static/favicon.ico
upload: static/favicon.ico
secure: always
+
Sergey Berezin 2017/06/28 19:11:35 nit: Please remove the white spaces in the empty l
ayanaadylova 2017/07/05 18:02:45 Done.
+- 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