Closed reefdog closed 6 months ago
Public users (unauthenticated) will need to be able to view both the organizations table and organizations detail page. This means they'll need to be able to hit GET /organizations and GET /organizations/{id}
GET /organizations
GET /organizations/{id}
Public users (unauthenticated) will need to be able to view both the organizations table and organizations detail page. This means they'll need to be able to hit
GET /organizations
andGET /organizations/{id}