balibabu
commited on
Commit
·
1274ab4
1
Parent(s):
8848b25
fix: 123.60.95.134 redirect attack #2350 (#2352)
Browse files### What problem does this PR solve?
fix: 123.60.95.134 redirect attack #2350
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- web/.umirc.ts +1 -1
web/.umirc.ts
CHANGED
@@ -30,7 +30,7 @@ export default defineConfig({
|
|
30 |
copy: ['src/conf.json'],
|
31 |
proxy: {
|
32 |
'/v1': {
|
33 |
-
target: 'http://
|
34 |
changeOrigin: true,
|
35 |
ws: true,
|
36 |
logger: console,
|
|
|
30 |
copy: ['src/conf.json'],
|
31 |
proxy: {
|
32 |
'/v1': {
|
33 |
+
target: 'http://localhost:9380/',
|
34 |
changeOrigin: true,
|
35 |
ws: true,
|
36 |
logger: console,
|