feat: 完成修改挂起会话名称的功能
This commit is contained in:
@@ -27,4 +27,11 @@ router.delete(
|
||||
sshSuspendController.removeSessionEntry
|
||||
);
|
||||
|
||||
// Route to edit a suspended session's custom name
|
||||
router.put(
|
||||
'/name/:suspendSessionId',
|
||||
isAuthenticated,
|
||||
sshSuspendController.editSessionNameHttp // 新的控制器方法
|
||||
);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user