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 c2c06f1 commit 72bb951Copy full SHA for 72bb951
application/handler/user/init.go
@@ -38,6 +38,6 @@ func init() {
38
g.Route("GET,POST", `/oauth_delete/:id`, metaHandler(echo.H{`name`: `oAuth账号解绑`}, oAuthDelete))
39
40
ws.New("/notice", Notice).Wrapper(g)
41
- g.Get("/sse", NoticeSSE)
+ //g.Get("/sse", NoticeSSE)
42
}).SetMetaKV(httpserver.PermPublicKV())
43
}
0 commit comments