Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
digen21 authored Jul 11, 2022
1 parent 5b35652 commit 248be39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fetch-data/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const express = require('express');
const mongoose = require('mongoose');
const app = express();
const ejs = require('ejs');
// const { kStringMaxLength } = require('buffer');

app.set('view engine', 'ejs');

Expand All @@ -27,4 +26,4 @@ app.get('/', (req, res) => {

app.listen(4000, function() {
console.log('server is running');
});
});

0 comments on commit 248be39

Please sign in to comment.