mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-13 04:33:42 +08:00
refactor: add system config key 'user_init_calls' to init the new register user's api calls
This commit is contained in:
@@ -52,6 +52,7 @@ func (h *ConfigHandler) Update(c *gin.Context) {
|
||||
resp.SUCCESS(c, config)
|
||||
}
|
||||
|
||||
// Get 获取指定的系统配置
|
||||
func (h *ConfigHandler) Get(c *gin.Context) {
|
||||
key := c.Query("key")
|
||||
var config model.Config
|
||||
|
||||
Reference in New Issue
Block a user