This commit is contained in:
vincent 2019-04-24 17:36:38 +02:00
parent 6913348b93
commit 80ce05b35d

View File

@ -14,7 +14,7 @@ module.exports = {
'/api/v1/chaine': { '/api/v1/chaine': {
target: 'http://localhost:5000', target: 'http://localhost:5000',
changOrigin: true changOrigin: true
} }
}, },
// Various Dev Server settings // Various Dev Server settings
@ -60,6 +60,7 @@ module.exports = {
'/api/v1/chaine': { '/api/v1/chaine': {
target: 'chainetv/api/v1/chaine', target: 'chainetv/api/v1/chaine',
changOrigin: false changOrigin: false
}
}, },
/** /**