happyDomain/internal/api
Pierre-Olivier Mercier 99edd8a66c fix: use DomainCreationInput for domain creation endpoint and service
CreateDomain now takes a DomainCreationInput and returns the created
Domain, so the controller no longer needs to construct an intermediate
Domain struct and the response includes the server-assigned fields.

Fixes: https://github.com/happyDomain/happydomain/issues/44
2026-04-11 12:25:10 +07:00
..
controller fix: use DomainCreationInput for domain creation endpoint and service 2026-04-11 12:25:10 +07:00
middleware Add context.Context to ProviderUsecase and DomainUsecase interfaces 2026-03-30 21:54:54 +07:00
route Add is_auth_user endpoint in swagger doc and remove custom client call in frontend 2026-04-04 22:05:28 +07:00