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

Unified Diff: appengine/machine_provider/app.yaml

Issue 2196623004: Add basic Machine Provider UI (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Fix Created 4 years, 4 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/machine_provider/handlers_cron.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/machine_provider/app.yaml
diff --git a/appengine/machine_provider/app.yaml b/appengine/machine_provider/app.yaml
index 89980b7004e294718894993b599699376067c437..cd933f5e180ab17b22f78c68b5e915f317dee6bd 100644
--- a/appengine/machine_provider/app.yaml
+++ b/appengine/machine_provider/app.yaml
@@ -17,6 +17,12 @@ handlers:
login: admin
script: main.queue_app
secure: always
+- url: /static/
+ secure: always
+ static_dir: static
+- url: /.*
+ script: main.frontend_app
+ secure: always
includes:
- components/auth
« no previous file with comments | « no previous file | appengine/machine_provider/handlers_cron.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698