diff options
Diffstat (limited to 'src/routes.ts')
-rw-r--r-- | src/routes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.ts b/src/routes.ts index bda2d98e4..c9e23e08c 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -48,5 +48,4 @@ export const router = new Router({ StarterPack: '/starter-pack/:name/:rkey', StarterPackShort: '/starter-pack-short/:code', StarterPackWizard: '/starter-pack/create', - VideoDownload: '/video-download', }) |