mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat(china): set icp number and public security number #780
This commit is contained in:
parent
2950be6e82
commit
e326f5e930
13 changed files with 150 additions and 28 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"github.com/0xJacky/Nginx-UI/api/nginx"
|
||||
"github.com/0xJacky/Nginx-UI/api/notification"
|
||||
"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/sites"
|
||||
"github.com/0xJacky/Nginx-UI/api/streams"
|
||||
|
@ -39,6 +40,7 @@ func InitRouter() {
|
|||
|
||||
root := r.Group("/api")
|
||||
{
|
||||
public.InitRouter(root)
|
||||
system.InitPublicRouter(root)
|
||||
user.InitAuthRouter(root)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue