feat(websocket): more work websocket ds, # 4355

This commit is contained in:
Torkel Ödegaard
2016-03-14 17:32:48 +01:00
parent 195be2742c
commit 3d5251d9a5
5 changed files with 59 additions and 40 deletions
+1 -1
View File
@@ -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)