mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-28 05:58:49 +02:00
auth moved from websockets to session.
This commit is contained in:
parent
3ea979ed47
commit
c10b2212d1
8 changed files with 65 additions and 53 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue