wkw 6 months ago
parent
commit
85308cdb10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -20,7 +20,7 @@ export default defineConfig({
 		open: true,
 		open: true,
 		proxy: {
 		proxy: {
 		  '^/sqx_fast': {
 		  '^/sqx_fast': {
-			target: 'https://www.bosszan.com/',
+			target: 'https://www.bosszan.com',
 			secure: false,
 			secure: false,
 			changeOrigin: true,
 			changeOrigin: true,
 		  }
 		  }