Test commit

parent 8a137330
...@@ -8,7 +8,7 @@ app.use(express.json()) ...@@ -8,7 +8,7 @@ app.use(express.json())
app.use(cors()) app.use(cors())
//test commit
connectToDb((err) => { connectToDb((err) => {
if (!err) { if (!err) {
app.listen(4000, () => { app.listen(4000, () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment