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

Unified Diff: appengine/config_service/app.yaml

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed nodir's comments 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 6709b3afff395d3bd6310118e31f4e732af7f855..2a1e5d2f68e82e14975612ad4a8a0deaddd61678 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: /static/images
+ static_dir: ui/static/images
+ upload: ui/static/images
nodir 2017/06/13 16:48:22 upload and static_dir are mutually exclusive
+
- url: /_ah/spi/.*
script: apps.endpoints
« no previous file with comments | « no previous file | appengine/config_service/ui/.gitignore » ('j') | appengine/config_service/ui/src/config-ui/front-page.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698