Desired Changes
We need a way to display the current organizations images on the frontend. To do this, we need an endpoint for it. Create a get endpoint under the route /organization/images which doesn't take in a payload. It should return both images in the organization model.
Acceptance Criteria
- new endpoint called getOrganizationImages at the route /organization/images
- Unit tests are added
- Manual tests are screenshotted
Screenshots (as needed)
No response
Desired Changes
We need a way to display the current organizations images on the frontend. To do this, we need an endpoint for it. Create a get endpoint under the route /organization/images which doesn't take in a payload. It should return both images in the organization model.
Acceptance Criteria
Screenshots (as needed)
No response