Skip to content

Commit db8fae7

Browse files
committed
fix for redirect to subdomain
1 parent 9d52d3f commit db8fae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func main() {
7171
})
7272

7373
r.LoadHTMLGlob("templates/*.tmpl")
74-
r.GET("/", web.RedirectToProjectsPage)
74+
r.GET("/", web.RedirectToLoginSubdomain)
7575

7676
r.POST("/github-app-webhook", controllers.GithubAppWebHook)
7777

0 commit comments

Comments
 (0)