optimal storge choice

This commit is contained in:
lzh
2025-07-09 14:51:22 +08:00
parent b4ad29e9cf
commit 9823ca0cef
7 changed files with 109 additions and 95 deletions

View File

@@ -138,7 +138,7 @@ func routePathInit(r *gin.Engine) {
{
configGroup.GET("", bind(api.ConfigApi.GetSystemConfiguration, None))
configGroup.PUT("", bind(api.ConfigApi.SetSystemConfiguration, None))
configGroup.PUT("/es", bind(api.ConfigApi.EsConfigReload, None))
configGroup.PUT("/log", bind(api.ConfigApi.LogConfigReload, None))
}
}
}