Issue: #109
This commit is contained in:
@@ -55,10 +55,10 @@ export class BusinessListingsController {
|
||||
deleteById(@Param('id') id: string) {
|
||||
this.listingsService.deleteListing(id);
|
||||
}
|
||||
@Get('states/all')
|
||||
getStates(): any {
|
||||
return this.listingsService.getStates();
|
||||
}
|
||||
// @Get('states/all')
|
||||
// getStates(): any {
|
||||
// return this.listingsService.getStates();
|
||||
// }
|
||||
@UseGuards(JwtAuthGuard)
|
||||
@Delete('favorites/:id')
|
||||
deleteFavorite(@Request() req, @Param('id') id: string) {
|
||||
|
||||
Reference in New Issue
Block a user