🎨同步配置文件改为队列

This commit is contained in:
coward
2024-03-11 11:30:36 +08:00
parent c274c59044
commit 16799ee5d8
13 changed files with 1467 additions and 3 deletions

View File

@@ -11,5 +11,6 @@ func ServerApi(r *gin.Engine) {
{
apiGroup.GET("", api.Server().GetServer) // 获取服务端信息
apiGroup.GET("global-setting", api.Server().GetGlobalSetting) // 获取服务端全局配置
apiGroup.POST("", api.Server().SaveServer) // 新增/更新服务端信息
}
}