Add /admin/ routes to run-server

Change-Id: I5b30cd5f346a675329f55498541d6987c277a7ea
This commit is contained in:
Wyatt Allen 2017-08-27 20:16:10 -07:00
parent 53147ab906
commit d77191aab7

View File

@ -200,7 +200,7 @@ type server struct{}
// Any path prefixes that should resolve to index.html.
var (
fePaths = []string{"/q/", "/c/", "/dashboard/"}
fePaths = []string{"/q/", "/c/", "/dashboard/", "/admin/"}
issueNumRE = regexp.MustCompile(`^\/\d+\/?$`)
)