Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiyaobed committed Oct 13, 2023
1 parent cc536d5 commit 9ae0bd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .env
Empty file.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const swaggerUi = require('swagger-ui-express');
const swaggerDocument = require('./../swagger.json'); // Load your Swagger JSON file

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

app.use(bodyParser.json());

Expand Down

0 comments on commit 9ae0bd4

Please sign in to comment.