auth moved from websockets to session.

This commit is contained in:
Miroslav Šedivý
2020-11-01 18:39:12 +01:00
parent 3ea979ed47
commit c10b2212d1
8 changed files with 65 additions and 53 deletions

View File

@ -18,9 +18,9 @@ func init() {
configs := []config.Config{
neko.Service.Configs.Capture,
neko.Service.Configs.Server,
neko.Service.Configs.WebRTC,
neko.Service.Configs.WebSocket,
neko.Service.Configs.Session,
neko.Service.Configs.Server,
}
cobra.OnInitialize(func() {