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