mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: encrypt login and install request #852
This commit is contained in:
parent
8e523258b5
commit
20531971cf
16 changed files with 265 additions and 108 deletions
|
@ -15,6 +15,7 @@ import (
|
|||
"github.com/0xJacky/Nginx-UI/api/openai"
|
||||
"github.com/0xJacky/Nginx-UI/api/public"
|
||||
"github.com/0xJacky/Nginx-UI/api/settings"
|
||||
"github.com/0xJacky/Nginx-UI/api/crypto"
|
||||
"github.com/0xJacky/Nginx-UI/api/sites"
|
||||
"github.com/0xJacky/Nginx-UI/api/streams"
|
||||
"github.com/0xJacky/Nginx-UI/api/system"
|
||||
|
@ -42,6 +43,7 @@ func InitRouter() {
|
|||
root := r.Group("/api")
|
||||
{
|
||||
public.InitRouter(root)
|
||||
crypto.InitPublicRouter(root)
|
||||
system.InitPublicRouter(root)
|
||||
user.InitAuthRouter(root)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue