Skip to content

Commit 873b0f9

Browse files
committed
fix: change config logger
1 parent 3c39927 commit 873b0f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/config/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import indexRoutes from '../routes'
2626
import { corsOptions } from './cors'
2727
import { env } from './env'
2828
import { i18n } from './i18n'
29-
import { winstonLogger, winstonStream } from './loggers'
29+
import { winstonLogger, winstonStream } from './logger'
3030
import { mailService } from './mail'
3131
import { storageService } from './storage'
3232

File renamed without changes.

0 commit comments

Comments
 (0)