Skip to content

Commit

Permalink
Merge pull request #124 from chrishkchris/patch-5
Browse files Browse the repository at this point in the history
Update HTTPconfig.js
  • Loading branch information
NLGithubWP committed Aug 4, 2020
2 parents b2675db + bb38faf commit dc09a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/HTTPconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for local development, no need to source the env.sh or .env.

// const adminHost = process.env.REACT_APP_API_POINT_HOST
// const adminPort = process.env.REACT_APP_API_POINT_PORT
const adminHost = 'http://ncrs.d2.comp.nus.edu.sg'
const adminHost = 'ncrs.d2.comp.nus.edu.sg'
const adminPort = '3000'

const HTTPconfig = {
Expand Down

0 comments on commit dc09a55

Please sign in to comment.