Code cleanup

This commit is contained in:
claudemiro
2016-03-06 20:21:04 -03:00
parent e71294de18
commit 5ce17c8856
10 changed files with 49 additions and 48 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func Start(filename string) {
router.GET("/apps/{app_id}/channels/{channel_name}/users", commonHandlers(ctx, getChannelUsers))
router.GET("/app/{key}", handlerHTTPCFunc(wsHandler))
router.GET("/app/{key}", contextHandlerFunc(wsHandler))
if conf.SSL {
go func() {