rsi 추가

This commit is contained in:
2025-08-24 22:00:11 +09:00
parent 7cf6f367ea
commit f5059ed0ce
8 changed files with 404 additions and 34 deletions

View File

@@ -44,8 +44,8 @@ export default defineConfig(({ isSsrBuild }) => ({
host: '0.0.0.0',
port: 3000,
proxy: {
'/api': {
target: 'http://localhost:7010',
'/api/v4': {
target: 'https://fx-api.gateio.ws',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''),
},