Skip to content

Commit

Permalink
fix: change default port to 3008
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 21, 2023
1 parent 4a5b650 commit 9b2c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import api from './api';
import { name, version } from '../package.json';

const app = express();
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 3008;

initLogger(app);
initMetrics(app);
Expand Down

0 comments on commit 9b2c2d6

Please sign in to comment.