Skip to content

Commit

Permalink
admin controller name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Oct 8, 2024
1 parent 081cd6a commit 9c3cb41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

.23234/

**/di/

# Build directories
**/.next/
**/out/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NextFunction, Request, Response } from "express";
import AuthenticationUseCase from "../../../use_case/admin/AuthenticationUseCase";
import { Cookie, StatusCode } from "../../../types";

export default class AuthenticationController {
export default class AuthAdminController {
constructor(
private authUseCase: AuthenticationUseCase
) { }
Expand Down

0 comments on commit 9c3cb41

Please sign in to comment.