|
@@ -40,7 +40,7 @@ module.exports = {
|
|
// before: require('./mock/mock-server.js')
|
|
// before: require('./mock/mock-server.js')
|
|
proxy: {
|
|
proxy: {
|
|
'/api': {
|
|
'/api': {
|
|
- target: 'http://auth-api.codedreamit.com/',
|
|
|
|
|
|
+ target: 'http://auth-api.codedreamit.com',
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
'^/api': 'api'
|
|
'^/api': 'api'
|