We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e19d2 commit 860ba86Copy full SHA for 860ba86
1 file changed
cmd/bonanza_browser/browser_service.go
@@ -84,7 +84,7 @@ func wrapHandler(handler func(http.ResponseWriter, *http.Request) (g.Node, error
84
85
// RegisterHandlers registers handlers for serving web pages in a mux.
86
func (s *BrowserService) RegisterHandlers(mux *http.ServeMux) {
87
- mux.HandleFunc("/", wrapHandler(s.doWelcome))
+ mux.HandleFunc("/{$}", wrapHandler(s.doWelcome))
88
mux.HandleFunc(
89
"/evaluation/{instance_name}/{reference_format}/{reference}/{key}",
90
wrapHandler(s.doEvaluation),
0 commit comments