Skip to content

Commit

Permalink
server port changed
Browse files Browse the repository at this point in the history
  • Loading branch information
talhasch committed Jul 28, 2019
1 parent 4775919 commit 5ee0d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const getBaseUrl = (req) => {
return (req.get('x-from-nginx') ? 'https' : 'http') + '://' + req.get('host');
};

const PORT = 8080;
const PORT = 3000;
const app = express();

if (!process.env.RADIKS_URL) {
Expand Down

0 comments on commit 5ee0d5a

Please sign in to comment.