🚚 database logging use correct path to logger
This commit is contained in:
parent
9619060784
commit
696ca8a7f6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import mongoose from "mongoose";
|
import mongoose from "mongoose";
|
||||||
import logger from "../../logger";
|
import logger from "../../middlewares/logger";
|
||||||
|
|
||||||
export const connect = async () => {
|
export const connect = async () => {
|
||||||
await mongoose
|
await mongoose
|
||||||
|
|
Loading…
Add table
Reference in a new issue