Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from adbs1/master
Browse files Browse the repository at this point in the history
Production api port change
  • Loading branch information
mjs committed Aug 19, 2018
2 parents 45d53e1 + 5b4691c commit 81dfdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
.idea/
node_modules/
*.iml
configs/app.config.dev.js
app.config.dev.js
dist/
launch.json
2 changes: 1 addition & 1 deletion configs/app.config.prod.js
@@ -1,3 +1,3 @@
module.exports = {
'api': "http://localhost:1080"
'api': "http://localhost:2000"
};

0 comments on commit 81dfdff

Please sign in to comment.