diff options
Diffstat (limited to 'player-android/lib/app_routes.dart')
| -rw-r--r-- | player-android/lib/app_routes.dart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/player-android/lib/app_routes.dart b/player-android/lib/app_routes.dart index c07559a..1975818 100644 --- a/player-android/lib/app_routes.dart +++ b/player-android/lib/app_routes.dart @@ -137,4 +137,10 @@ abstract final class AppRoutes { /// /// Lists soft-deleted media items and allows restore or hard-delete. static const adminTrash = '/admin/trash'; + + /// Route for the API token management screen. + /// + /// Allows any authenticated user to list, create, and revoke their own + /// Bearer API tokens. Available in the Account section of Settings. + static const apiTokens = '/settings/api-tokens'; } |
