Skip to content

Commit ed48eee

Browse files
committed
chore ( #14 ) : AdminWebAdapter로 이름 변경
1 parent c3a2895 commit ed48eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • casper-user/src/main/kotlin/hs/kr/entrydsm/user/domain/admin/adapter/in/web

casper-user/src/main/kotlin/hs/kr/entrydsm/user/domain/admin/adapter/in/web/AdminController.kt renamed to casper-user/src/main/kotlin/hs/kr/entrydsm/user/domain/admin/adapter/in/web/AdminWebAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.util.UUID
2424
*/
2525
@RestController
2626
@RequestMapping("/admin")
27-
class AdminController(
27+
class AdminWebAdapter(
2828
private val adminLoginUseCase: AdminLoginUseCase,
2929
private val adminTokenRefreshUseCase: AdminTokenRefreshUseCase,
3030
private val deleteAllTableUseCase: DeleteAllTableUseCase,

0 commit comments

Comments
 (0)