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

Side by Side 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: 80 chars 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 unified diff | Download patch
« no previous file with comments | « appengine/static/common/include.yaml ('k') | server/static/bower.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This is a boilerplate dispatch.yaml that will work for most of apps. 1 # This is a boilerplate dispatch.yaml that will work for most of apps.
2 # You can symlink it to yours like helloworld app does. 2 # You can symlink it to yours like helloworld app does.
3 3
4 dispatch: 4 dispatch:
5 # Send any domain/sub-domain with a path that starts with "static/" 5 - url: "*/rpcexplorer/*"
6 # to the web module. 6 module: static
7 - url: "*/static/*" 7 - url: "*/static/*"
8 module: static 8 module: static
OLDNEW
« no previous file with comments | « appengine/static/common/include.yaml ('k') | server/static/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698