fix endpoint en api gateway

This commit is contained in:
Mariela 2022-08-01 00:38:58 -06:00
parent 09f774a5db
commit 2262484188
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}