Skip to content

Commit 72bb951

Browse files
committed
update
1 parent c2c06f1 commit 72bb951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/handler/user/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ func init() {
3838
g.Route("GET,POST", `/oauth_delete/:id`, metaHandler(echo.H{`name`: `oAuth账号解绑`}, oAuthDelete))
3939

4040
ws.New("/notice", Notice).Wrapper(g)
41-
g.Get("/sse", NoticeSSE)
41+
//g.Get("/sse", NoticeSSE)
4242
}).SetMetaKV(httpserver.PermPublicKV())
4343
}

0 commit comments

Comments
 (0)