Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhav-Kanda committed Aug 7, 2024
1 parent 37fb80d commit 5c3834f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const instacode = require("./seeds/instacodes");
const port = process.env.PORT || 3000;
const app = express()

// Use body-parser middleware
app.use(bodyParser.urlencoded({ extended: true }));
app.use(bodyParser.json());

// STATIC FILES
app.use('/css', express.static('public/css'));
Expand Down

0 comments on commit 5c3834f

Please sign in to comment.