Skip to content

Commit d4d1583

Browse files
committed
2 parents 7ea0764 + 11709e8 commit d4d1583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import express, { Request, Response, NextFunction } from 'express'
22
import BuildResponse from 'modules/Response/BuildResponse'
33
import ResponseError from 'modules/Response/ResponseError'
4-
import publicRoute from './public'
4+
import publicRoute from 'routes/public'
55

66
const router = express.Router()
77

0 commit comments

Comments
 (0)