fix endpoint en api gateway
This commit is contained in:
parent
09f774a5db
commit
2262484188
|
@ -191,7 +191,7 @@ export class AppController {
|
|||
return this.appService.findCommonArea(paramCommonAreaId);
|
||||
}
|
||||
|
||||
@Get('commonArea//findByCommunity/:community_id')
|
||||
@Get('commonArea/findByCommunity/:community_id')
|
||||
findByCommunity(@Param('community_id') paramCommunityId: string) {
|
||||
return this.appService.findByCommunity(paramCommunityId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue