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 817afcc..c394ea8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ export default defineConfig({ base: '/', plugins: [vue()], server: { - proxy: {'/data': 'http://localhost:8000', '/tolData': 'http://localhost:8000', }, + proxy: {'/data': 'http://localhost:8000', '/tol_data': 'http://localhost:8000', }, watch: { ignored: ['**/backend', '**/public'] }, |
