cleanup + Property images

This commit is contained in:
2024-05-05 15:30:10 +02:00
parent 9121ca1a69
commit bb5a408cdc
34 changed files with 1668 additions and 256 deletions

View File

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