mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-10 20:40:56 +08:00
调整SSL证书目录结构
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
type SysSettingService struct {
|
||||
BaseService
|
||||
}
|
||||
|
||||
// 更改配置
|
||||
@@ -22,8 +23,8 @@ func (this *SysSettingService) UpdateSysSetting(ctx context.Context, req *pb.Upd
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return rpcutils.Success()
|
||||
|
||||
return this.Success()
|
||||
}
|
||||
|
||||
// 读取配置
|
||||
|
||||
Reference in New Issue
Block a user