Remove WebSocket SSH terminal API implementation

This commit is contained in:
Bot
2026-04-16 12:09:49 +08:00
parent 2ad62df7b3
commit 23ece08076
2 changed files with 0 additions and 108 deletions
-2
View File
@@ -83,8 +83,6 @@ func routers(r *gin.Engine, frontendDist fs.FS) {
auth.GET("/refresh-token", authMiddleware.RefreshHandler)
auth.POST("/terminal", commonHandler(createTerminal))
auth.GET("/ws/terminal/:id", commonHandler(terminalStream))
auth.GET("/file", commonHandler(createFM))
auth.GET("/ws/file/:id", commonHandler(fmStream))