Commit 6076a8cb by sanjay-patel-1991 Committed by Vishal Kadam

Updated proxit port number to 3010

parent 2e4d18b1
......@@ -119,22 +119,20 @@ module.exports = function(grunt) {
expand: true,
cwd: 'public/',
src: 'js/*.js',
dest: 'dist/js/',
flatten: true,
filter: 'isFile'
dest: 'dist/js',
}
},
clean: ['dist'],
proxit: {
dev: {
options: {
"port": 9000,
"verbose": true,
"hosts": [{
"hostnames": ["*"],
"routes": {
"/": "dist",
"/api":"http://162.249.6.39:21000/api"
'port': 3010,
'verbose': true,
'hosts': [{
'hostnames': ['*'],
'routes': {
'/': 'dist',
'/api':'http://162.249.6.39:21000/api'
}
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment