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