mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 15:19:44 +00:00
wip
This commit is contained in:
parent
d8a9ff7764
commit
38e300419b
@ -86,7 +86,6 @@ func InitRouter() *gin.Engine {
|
|||||||
|
|
||||||
v1SysGroup.GET("/server-info", nil)
|
v1SysGroup.GET("/server-info", nil)
|
||||||
v1SysGroup.PUT("/server-info", nil)
|
v1SysGroup.PUT("/server-info", nil)
|
||||||
v1SysGroup.GET("/apps-state", v1.GetSystemAppsStatus)
|
|
||||||
// v1SysGroup.GET("/port", v1.GetCasaOSPort)
|
// v1SysGroup.GET("/port", v1.GetCasaOSPort)
|
||||||
// v1SysGroup.PUT("/port", v1.PutCasaOSPort)
|
// v1SysGroup.PUT("/port", v1.PutCasaOSPort)
|
||||||
v1SysGroup.GET("/proxy", v1.GetSystemProxy)
|
v1SysGroup.GET("/proxy", v1.GetSystemProxy)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user