Skip to content

Commit b079df2

Browse files
committed
fix: coreApi proxy-authenticate
1 parent 21140f0 commit b079df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routing/api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<import resource="@EMSCoreBundle/config/routing/api/data.xml"
3434
prefix="/api/data"/>
3535

36-
<route id="emsco_api_user_sub_authenticate" path="/api/user/sub-authenticate"
36+
<route id="emsco_api_user_proxy_authenticate" path="/api/user/proxy-authenticate"
3737
controller="EMS\CoreBundle\Controller\Api\UserController::proxyAuthenticate"
3838
methods="POST">
3939
<option key="openapi">true</option>

0 commit comments

Comments
 (0)