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

Unified Diff: appengine/config_service/app.yaml

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Include a bug number for making the element call on-response handler automatically. Created 3 years, 5 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/src/config-ui/config-file-card.html » ('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 012ac3220f5cb154b804ce5562a1da2cd368c0eb..5fb620d346ba6d8367067e1fa10779090db01b53 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
« no previous file with comments | « no previous file | appengine/config_service/ui/src/config-ui/config-file-card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698