From 865b302697d62144906c61734e5f34cbd5b13ccc Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 19 Sep 2024 21:17:02 +0200 Subject: [PATCH] add route --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index d9347b7a..d8c1553d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -11,6 +11,7 @@ export default defineNuxtConfig({ '/auth': { target: 'http://127.0.0.1:8787/auth' }, '/data': { target: 'http://127.0.0.1:8787/data' }, '/live': { target: 'http://127.0.0.1:8787/live' }, + '/1/live': { target: 'http://127.0.0.1:8787/1/live' }, '/file': { target: 'http://127.0.0.1:8787/file' }, '/hls': { target: 'http://127.0.0.1:8787/hls' }, },