feat: add OpenAPI tags to various controllers for improved API documentation
This commit is contained in:
@@ -21,7 +21,9 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\Routing\Attribute\Route;
|
||||
use Symfony\Component\Security\Http\Attribute\CurrentUser;
|
||||
use Symfony\Component\Security\Http\Attribute\IsGranted;
|
||||
use OpenApi\Attributes as OA;
|
||||
|
||||
#[OA\Tag(name: 'Appointment Settings')]
|
||||
#[IsGranted('IS_AUTHENTICATED_FULLY')]
|
||||
class AppointmentSettingsController extends BaseController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user