🐛 ali proxy
This commit is contained in:
@ -21,7 +21,7 @@ func SaveSettings(ctx *fiber.Ctx) error {
|
||||
} else {
|
||||
textTypes, err := model.GetSettingByKey("text types")
|
||||
if err==nil{
|
||||
conf.ImageTypes = strings.Split(textTypes.Value,",")
|
||||
conf.TextTypes = strings.Split(textTypes.Value,",")
|
||||
}
|
||||
return SuccessResp(ctx)
|
||||
}
|
||||
|
Reference in New Issue
Block a user