Skip to content

Commit

Permalink
docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthilochankumar committed Aug 14, 2024
1 parent 5fe4a11 commit 16920c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ const cors = require('cors');

const app = express();





//for docker
app.use(cors());
app.use(bodyParser.json());
app.use('/api', router);
Expand Down

0 comments on commit 16920c7

Please sign in to comment.