feat(websocket): more work websocket ds, # 4355
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ func Register(r *macaron.Macaron) {
|
||||
r.Any("/ws", liveConn.Serve)
|
||||
|
||||
// streams
|
||||
r.Post("/streams/push", reqSignedIn, bind(dtos.StreamMessage{}), liveConn.PushToStream)
|
||||
r.Post("/api/streams/push", reqSignedIn, bind(dtos.StreamMessage{}), liveConn.PushToStream)
|
||||
|
||||
InitAppPluginRoutes(r)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user