mirror of https://github.com/perkeep/perkeep.git
Fix App Engine build.
Change-Id: I6b97b9899515a8481f343ea8ea842baf6bcdbbd7
This commit is contained in:
parent
d5cf14d977
commit
03ceecd9a5
|
@ -99,7 +99,7 @@ func realInit(w http.ResponseWriter, r *http.Request) bool {
|
|||
ctx.Infof("baseurl = %q", baseURL)
|
||||
|
||||
root.mux = http.NewServeMux()
|
||||
_, err = config.InstallHandlers(root.mux, baseURL, r)
|
||||
_, err = config.InstallHandlers(root.mux, baseURL, false, r)
|
||||
if err != nil {
|
||||
return errf("Error installing handlers: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue