feat(live): wip work

This commit is contained in:
Torkel Ödegaard
2016-03-14 16:18:07 +01:00
parent 2adc4d12be
commit 195be2742c
5 changed files with 53 additions and 23 deletions
+3
View File
@@ -244,6 +244,9 @@ func Register(r *macaron.Macaron) {
liveConn := live.New()
r.Any("/ws", liveConn.Serve)
// streams
r.Post("/streams/push", reqSignedIn, bind(dtos.StreamMessage{}), liveConn.PushToStream)
InitAppPluginRoutes(r)
}