add info api

This commit is contained in:
liugq 2022-04-13 20:43:51 +08:00
parent 3471cf90f4
commit 78ff366e44
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,8 @@ web:
network:
binding: 0.0.0.0:9000
skip_occupied_port: true
gzip:
enabled: true
elastic:
elasticsearch: default

View File

@ -27,6 +27,7 @@ import (
api2 "infini.sh/gateway/api"
_ "infini.sh/gateway/proxy"
_ "infini.sh/console/plugin"
_ "infini.sh/framework/modules/api"
)
var appConfig *config.AppConfig