feat: add OpenAPI tags to various controllers for improved API documentation

This commit is contained in:
hamed
2026-06-15 14:54:10 +03:30
parent e95c5c12d1
commit ec36eefeb8
20 changed files with 40 additions and 0 deletions
@@ -20,7 +20,9 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\IsGranted;
use OpenApi\Attributes as OA;
#[OA\Tag(name: 'Auth')]
class PreRegistrationController extends BaseController
{
public function __construct(