mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 07:56:50 +08:00
add api file
This commit is contained in:
@@ -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("/log", bind(api.ConfigApi.LogConfigReload, None))
|
||||
configGroup.GET("/reload", bind(api.ConfigApi.LogConfigReload, None))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user