about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-08-15 16:29:16 -0700
committerGitHub <noreply@github.com>2024-08-15 16:29:16 -0700
commita5af24b53b6085cfb5547592c29155bc10e71f9e (patch)
tree6946c933322c1cdfc455e63c02ca74b18651117b /src/routes.ts
parentb6e515c664d51ffe357c3562fd514301805ade8c (diff)
downloadvoidsky-a5af24b53b6085cfb5547592c29155bc10e71f9e.tar.zst
Revert "[Video] Download videos" (#4945)
Diffstat (limited to 'src/routes.ts')
-rw-r--r--src/routes.ts1
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',
 })