Explorar el Código

fix id-card route

olinox14 hace 1 año
padre
commit
fada4e72bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/ApiResource/IdCardRequest.php

+ 1 - 1
src/ApiResource/IdCardRequest.php

@@ -10,7 +10,7 @@ use App\State\Provider\IdCardRequestProvider;
 #[ApiResource(
     operations: [
         new Get(
-            uriTemplate: '/download-cv',
+            uriTemplate: '/id-card',
         )
     ],
     provider: IdCardRequestProvider::class,