fix lower case route

This commit is contained in:
Simon 2025-01-01 15:30:38 +07:00
parent 86232b8628
commit fc88ed912c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const Routes = {
SettingsApplication: '/settings/application/',
SettingsScheduling: '/settings/scheduling/',
SettingsActions: '/settings/actions/',
Login: '/Login/',
Login: '/login/',
Logout: '/logout/',
Video: (id: string) => `/video/${id}`,
VideoAtTimestamp: (id: string, timestamp: string) => `/video/${id}/?t=${timestamp}`,