cleanup + Property images
This commit is contained in:
@@ -42,6 +42,9 @@ export class BusinessListingsController {
|
||||
deleteById(@Param('id') id:string){
|
||||
this.listingsService.deleteListing(id,businesses)
|
||||
}
|
||||
|
||||
@Get('states/all')
|
||||
getStates(): any {
|
||||
return this.listingsService.getStates(businesses);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user