From 67ab724561e4ceb8fe8fb4031de277168f7d9724 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Sat, 21 Feb 2026 02:15:52 -0500 Subject: More pytest conf, some views, and defining more attrs on the settings config --- jb-ui/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jb-ui') diff --git a/jb-ui/vite.config.ts b/jb-ui/vite.config.ts index eb074fb..6b0e530 100644 --- a/jb-ui/vite.config.ts +++ b/jb-ui/vite.config.ts @@ -24,7 +24,7 @@ export default defineConfig({ // This forwards requests to the FastAPI development server // that must also be running proxy: { - '^/(status|statuses|report|survey|1393610267ad483387705ac279302143)(/|$)': { + '^/(status|statuses|report|survey)(/|$)': { target: 'http://localhost:8000', changeOrigin: true, } -- cgit v1.2.3