When navigating to the Company Settings page, the frontend makes a GET request to:
http://localhost:8080/api/v1/tenants/{tenant-id}
This returns 404 Not Found.
Steps to reproduce:
- Run the app locally with docker-compose
- Log in and navigate to Settings > Company
- Page shows "Request failed with status 404"
The endpoint appears to be missing from the backend.
When navigating to the Company Settings page, the frontend makes a GET request to:
http://localhost:8080/api/v1/tenants/{tenant-id}
This returns 404 Not Found.
Steps to reproduce:
The endpoint appears to be missing from the backend.