Add /admin/ routes to run-server
Change-Id: I5b30cd5f346a675329f55498541d6987c277a7ea
This commit is contained in:
parent
53147ab906
commit
d77191aab7
@ -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+\/?$`)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user