Skip to content

Commit 83cefc2

Browse files
Ubisoft-potatocre8ivejp
authored andcommitted
chore: dashboard path
1 parent 79dc07f commit 83cefc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/web/cmd/server/web_console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ func NewDashboardService() DashboardService {
8585
}
8686

8787
func (d DashboardService) Register(mux *http.ServeMux) {
88-
mux.HandleFunc("/v3/", dashboardHandler().ServeHTTP)
88+
mux.HandleFunc("/", dashboardHandler().ServeHTTP)
8989
}

0 commit comments

Comments
 (0)