Skip to content

Commit 3737b23

Browse files
authored
Update sse.md
1 parent 199992a commit 3737b23

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorials/http/server

1 file changed

+1
-1
lines changed

docs/tutorials/http/server/sse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func main() {
131131
}, rest.WithTimeout(0))
132132

133133
// for go-zero versions > v1.8.1
134-
server.AddRoute(rest.Route{
134+
server.AddRoute(rest.Route{
135135
Method: http.MethodGet,
136136
Path: "/sse",
137137
Handler: sseHandler.Serve,

0 commit comments

Comments
 (0)