mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
API bookmark
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user