mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-09 12:09:24 +00:00
Refac remove unused logout page
This commit is contained in:
@@ -18,7 +18,6 @@ const Routes = {
|
||||
SettingsScheduling: '/settings/scheduling/',
|
||||
SettingsActions: '/settings/actions/',
|
||||
Login: '/login/',
|
||||
Logout: '/logout/',
|
||||
Video: (id: string) => `/video/${id}`,
|
||||
VideoAtTimestamp: (id: string, timestamp: string) => `/video/${id}/?t=${timestamp}`,
|
||||
About: '/about/',
|
||||
|
||||
Reference in New Issue
Block a user