Skip to content

Commit 864f66a

Browse files
committed
components: auth[auth_routes]
1 parent 67db0f2 commit 864f66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/auth/auth_routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import express from "express";
2-
import * as auth from "./auth.controller.js";
2+
import * as auth from "./auth_controller.js";
33

44
const authRouter = express.Router();
55

0 commit comments

Comments
 (0)