Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
g-pooja-03 committed Dec 1, 2024
2 parents ce7dd50 + 40edf50 commit 1ce9632
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import commentController from './controller/comment';
import communityController from './controller/community';
import { FakeSOSocket } from './types';
import userController from './controller/user';
import cookieParser from 'cookie-parser';

dotenv.config();

Expand Down Expand Up @@ -65,7 +64,6 @@ app.use(
);

app.use(express.json());
app.use(cookieParser());

app.get('/', (req: Request, res: Response) => {
res.send('hello world');
Expand Down

0 comments on commit 1ce9632

Please sign in to comment.