welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<container xmlns="http://symfony.com/schema/dic/services"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
||||
|
||||
<services>
|
||||
<service id="lexik_jwt_authentication.api_platform.openapi.factory" class="Lexik\Bundle\JWTAuthenticationBundle\OpenApi\OpenApiFactory" decorates="api_platform.openapi.factory" decoration-on-invalid="ignore" public="false">
|
||||
<argument type="service" id="lexik_jwt_authentication.api_platform.openapi.factory.inner"/>
|
||||
<argument /><!-- check path -->
|
||||
<argument /><!-- username path -->
|
||||
<argument /><!-- password path -->
|
||||
</service>
|
||||
</services>
|
||||
|
||||
</container>
|
||||
Reference in New Issue
Block a user