Skip to content

Commit f0f0cf6

Browse files
committed
Fix bug
1 parent 306e354 commit f0f0cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vuefront/Vuefront/Plugin/CorsRequestMatchPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function createRoute()
4747
'/V1/vuefront/cors'
4848
);
4949

50-
$route->setServiceClass('Vuefront\Vuefront\Module\Api\GraphqlInterface')
50+
$route->setServiceClass('Vuefront\Vuefront\Api\GraphqlInterface')
5151
->setServiceMethod('cors')
5252
->setSecure(false)
5353
->setAclResources(['anonymous'])

0 commit comments

Comments
 (0)