We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db0f2 commit 864f66aCopy full SHA for 864f66a
components/auth/auth_routes.js
@@ -1,5 +1,5 @@
1
import express from "express";
2
-import * as auth from "./auth.controller.js";
+import * as auth from "./auth_controller.js";
3
4
const authRouter = express.Router();
5
0 commit comments