API bookmark

This commit is contained in:
xiaomlove
2025-09-14 04:42:37 +07:00
parent 3eaa2fc14e
commit 01cbb0fa61
16 changed files with 94 additions and 22 deletions

View File

@@ -7,4 +7,6 @@ enum RoutePermissionEnum: string {
case TORRENT_VIEW = 'torrent:view';
case TORRENT_UPLOAD = 'torrent:upload';
case USER_VIEW = "user:view";
case BOOKMARK_STORE = "bookmark:store";
case BOOKMARK_DELETE = "bookmark:delete";
}