summaryrefslogtreecommitdiffstats
path: root/app/websocket_router.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixing double send of websocket hello message (#5490)Corey Hulen2017-02-221-1/+0
|
* Fixing websocket auth then sending challenge (#5406)Corey Hulen2017-02-141-0/+2
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+96
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge