Skip to content

Commit

Permalink
refactor: ♻️ api base url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
niamu01 committed Jul 9, 2024
1 parent 18dadbd commit 64dff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/where42/where42.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Where42Controller {
return this.where42Service.where42(login);
}

@Post('where42All')
@Post('where42/where42All')
async where42All(@Body() logins: string[]): Promise<Where42ResponseDto[]> {
this.logger.debug(`@where42All) where42All`);
return this.where42Service.where42All(logins);
Expand Down

0 comments on commit 64dff67

Please sign in to comment.