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

Unified Diff: appengine/static/dispatch.yaml

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: refactoring and tests Created 4 years, 10 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/static/dispatch.yaml
diff --git a/appengine/static/dispatch.yaml b/appengine/static/dispatch.yaml
index ab3d310a6fcc267fa81297185c9421406afcb1ad..08e095ccbaa8d1f364ab315ef96c103e0bb475ef 100644
--- a/appengine/static/dispatch.yaml
+++ b/appengine/static/dispatch.yaml
@@ -2,7 +2,7 @@
# You can symlink it to yours like helloworld app does.
dispatch:
- # Send any domain/sub-domain with a path that starts with "static/"
- # to the web module.
+ - url: "*/rpcexplorer/*"
+ module: static
- url: "*/static/*"
module: static

Powered by Google App Engine
This is Rietveld 408576698