Skip to content

Commit

Permalink
refactor(config): dbConnect.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
UR4N0-235 committed Sep 16, 2023
1 parent 75c92da commit 01e1abc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { app } from "./app";
import { connectionDB } from "./data/dbConnect";
import { connectionDB } from "./config/dbConnect";

const port = process.env.PORT || 3000;

Expand Down

0 comments on commit 01e1abc

Please sign in to comment.