Skip to content

Commit 5537c52

Browse files
committed
Adding proxy
1 parent 10927fe commit 5537c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export default defineConfig(({ mode }) => {
274274
target: targetUrl,
275275
changeOrigin: true,
276276
},
277-
'/athena': {
277+
'/proxy': {
278278
target: targetUrl,
279279
changeOrigin: true,
280280
},

0 commit comments

Comments
 (0)