Route json assets to prod (#585)
* update proxy settings to route json assets to prod
This commit is contained in:
parent
1a996e1640
commit
c26461fada
@ -88,5 +88,20 @@
|
|||||||
"pathRewrite": {
|
"pathRewrite": {
|
||||||
"^/bisq/api": "/api/v1/ws"
|
"^/bisq/api": "/api/v1/ws"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"/resources/assets.minimal.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/assets.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/pools.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -83,5 +83,20 @@
|
|||||||
"^/liquid/api/": "/liquid/api/"
|
"^/liquid/api/": "/liquid/api/"
|
||||||
},
|
},
|
||||||
"timeout": 3600000
|
"timeout": 3600000
|
||||||
|
},
|
||||||
|
"/resources/assets.minimal.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/assets.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/pools.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -81,5 +81,20 @@
|
|||||||
"^/liquid/api/": "/api/v1/liquid/"
|
"^/liquid/api/": "/api/v1/liquid/"
|
||||||
},
|
},
|
||||||
"timeout": 3600000
|
"timeout": 3600000
|
||||||
|
},
|
||||||
|
"/resources/assets.minimal.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/assets.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
|
},
|
||||||
|
"/resources/pools.json": {
|
||||||
|
"target": "https://mempool.space",
|
||||||
|
"secure": false,
|
||||||
|
"changeOrigin": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user