Skip to content

Commit

Permalink
fix: updated APP_PORT -> APP_PORT_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jul 23, 2024
1 parent 8015362 commit 0f2bd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const request = require('request');
// Express APP
const app = express();
// Getting Port
const port = process.env.APP_PORT;
const port = process.env.APP_PORT_DEFAULT;
// Resource path
const resourcePath = path.resolve(__dirname, '../build');
// Setting express static
Expand Down

0 comments on commit 0f2bd28

Please sign in to comment.