feat: update email template

This commit is contained in:
Maël Gangloff
2024-07-24 13:46:10 +02:00
parent 543a8a495e
commit 0dfc0cdd58
10 changed files with 308 additions and 33 deletions

View File

@@ -18,6 +18,7 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
#[ORM\Entity(repositoryClass: DomainRepository::class)]
#[ApiResource(
operations: [
/*
new GetCollection(
normalizationContext: [
'groups' => [
@@ -25,6 +26,7 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
]
]
),
*/
new Get(
uriTemplate: '/domains/{ldhName}', # Do not delete this line, otherwise Symfony interprets the TLD of the domain name as a return type
controller: DomainRefreshController::class,