Skip to content

Commit

Permalink
Fix : url 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawnaks committed Sep 8, 2023
1 parent ad64251 commit 6eca1ea
Show file tree
Hide file tree
Showing 2 changed files with 4,444 additions and 4,403 deletions.
2 changes: 1 addition & 1 deletion src/api/phone/controller/phone.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class PhoneController {
description: '전화번호 조회',
type: CommonResponse,
})
@Get(':id')
@Get('/:id')
public async findPhone(
@Param('id') id: number
) : Promise<CommonResponse<any>> {
Expand Down
Loading

0 comments on commit 6eca1ea

Please sign in to comment.