data & perftest
This commit is contained in:
@@ -43,6 +43,9 @@ export class CommercialPropertyListingsController {
|
||||
deleteById(@Param('id') id:string){
|
||||
this.listingsService.deleteCommercialPropertyListing(id)
|
||||
}
|
||||
|
||||
@Delete('deleteAll')
|
||||
deleteAll(){
|
||||
this.listingsService.deleteAllcommercialListings()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user