mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
auth moved from websockets to session.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user