Skip to content

Commit 1e9baff

Browse files
committed
Update sys_system.go
1 parent f42e3a2 commit 1e9baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/router/sys_system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ func InitSystemRouter(Router *gin.RouterGroup) {
1212
SystemRouter.POST("getSystemConfig", v1.GetSystemConfig) // 获取配置文件内容
1313
SystemRouter.POST("setSystemConfig", v1.SetSystemConfig) // 设置配置文件内容
1414
SystemRouter.POST("getServerInfo", v1.GetServerInfo) // 获取服务器信息
15-
SystemRouter.POST("reloadSystem", v1.ReloadSystem) // 获取服务器信息
15+
SystemRouter.POST("reloadSystem", v1.ReloadSystem) // 重启服务
1616
}
1717
}

0 commit comments

Comments
 (0)