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 62568da commit 6b74630Copy full SHA for 6b74630
lib/httpapi/server.go
@@ -314,5 +314,5 @@ func (s *Server) registerStaticFileRoutes(chatBasePath string) {
314
}
315
316
func (s *Server) redirectToChat(w http.ResponseWriter, r *http.Request) {
317
- http.Redirect(w, r, "/chat", http.StatusTemporaryRedirect)
+ http.Redirect(w, r, "/chat/embed", http.StatusTemporaryRedirect)
318
0 commit comments