diff options
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vite.config.js b/vite.config.js index 7b02d3f..524c1d6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ export default defineConfig({ plugins: [vue()], server: { proxy: { - '/tolnode': 'http://localhost:8000', + '/data': 'http://localhost:8000', } }, //server: {open: true} //open browser when dev server starts |
