|
|
@@ -117,7 +117,7 @@ module.exports = {
|
|
|
*/
|
|
|
proxy: [
|
|
|
["/api", { target: "http://local.proginn.com", changeOrigin: true }],
|
|
|
- ["/list", { target: "http://jishuin.local.proginn.com", changeOrigin: true }],
|
|
|
+ ["/list", { target: "http://dev.test-jishuin.proginn.com", changeOrigin: true }],
|
|
|
[
|
|
|
"/file/proxyUpload",
|
|
|
{ target: "https://dev.test.proginn.com", changeOrigin: true }
|
|
|
@@ -133,7 +133,7 @@ module.exports = {
|
|
|
// [ '/programmerinnfile', { target: 'https://v0.api.upyun.com', changeOrigin: true } ],
|
|
|
[
|
|
|
"/upload_image",
|
|
|
- { target: "http://jishuin.local.proginn.com", changeOrigin: true }
|
|
|
+ { target: "http://dev.test.proginn.com", changeOrigin: true }
|
|
|
],
|
|
|
["/image", { target: "https://stacdn.proginn.com", changeOrigin: true }]
|
|
|
],
|