Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDubey-Devops authored Oct 9, 2024
1 parent 69862a1 commit 6cbc7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
require('dotenv').config();

const connectToMongo = require('./database/db');
const express = require('express');
const cors = require('cors');
const userRoutes = require('./routes/userRoute');
const productRoutes = require('./routes/productRoute');
const quotationRoutes = require('./routes/quotationRoute');
require('dotenv').config();

const app = express();

Expand Down

0 comments on commit 6cbc7d5

Please sign in to comment.