bloom-housing / bloom

Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
https://bloomhousing.com
Apache License 2.0
33 stars 26 forks source link

Move GET id functions in all BE controllers #4463

Open mcgarrye opened 3 weeks ago

mcgarrye commented 3 weeks ago

After adding a new GET endpoint to the listings path, it was discovered that paths with GET /:id can cause errors if the function is not at the bottom of the file as is recommended by NestJS documentation. https://docs.nestjs.com/controllers#route-parameters

AC: