mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update storage setting section (#1140)
This commit is contained in:
@ -99,7 +99,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
|
||||
systemStatus.CustomizedProfile.ExternalURL = v.(string)
|
||||
}
|
||||
} else if systemSetting.Name == api.SystemSettingStorageServiceIDName {
|
||||
systemStatus.StorageServiceID = value.(int)
|
||||
systemStatus.StorageServiceID = int(value.(float64))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user