Skip to content

Commit 77a435a

Browse files
committed
refactor index.ts naming to auth-controller.ts for better readability
1 parent 3d47cf8 commit 77a435a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

backend/user/src/routes/auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import express from 'express';
22

3-
import { login, logout } from '@/controllers/auth';
3+
import { login, logout } from '@/controllers/auth/auth-controller';
44
import { limiter } from '@/lib/ratelimit';
5-
import { register } from '@/controllers/auth';
5+
import { register } from '@/controllers/auth/auth-controller';
66

77
const router = express.Router();
88

0 commit comments

Comments
 (0)