mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 13:34:28 +02:00
Use the route attribute from the correct namespace
This commit is contained in:
parent
d49bb1f4b5
commit
18c80f6b64
31 changed files with 31 additions and 31 deletions
|
@ -28,7 +28,7 @@ use App\Entity\Parts\Part;
|
|||
use App\Services\EDA\KiCadHelper;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
use Symfony\Component\Routing\Attribute\Route;
|
||||
|
||||
#[Route('/kicad-api/v1')]
|
||||
class KiCadApiController extends AbstractController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue