Fix App Engine build.

Change-Id: I6b97b9899515a8481f343ea8ea842baf6bcdbbd7
This commit is contained in:
Brad Fitzpatrick 2013-12-25 10:05:18 -08:00
parent d5cf14d977
commit 03ceecd9a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}