Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Updated demo server url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuricus committed Feb 1, 2017
1 parent 210666a commit ae2f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.demo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
devServer: {
proxy: {
"**": {
target: process.env.IKNOW_ENDPOINT ? process.env.IKNOW_ENDPOINT : 'http://82.110.159.50/csp/browser/rest/domain/1/' ,
target: process.env.IKNOW_ENDPOINT ? process.env.IKNOW_ENDPOINT : 'http://82.110.159.50:57772/csp/browser/rest/domain/1/' ,
//ignorePath: true,
changeOrigin: true,
secure: false,
Expand Down

0 comments on commit ae2f106

Please sign in to comment.