Skip to content

Commit 89afee3

Browse files
xkobalJeremiah VALERIE
authored andcommitted
Update graphql.yml
1 parent 50ee444 commit 89afee3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
overblog_graphql_endpoint:
22
path: /
33
defaults:
4-
_controller: overblog_graphql.controller.graphql:endpointAction
4+
_controller: Overblog\GraphQLBundle\Controller\GraphController::endpointAction
55
_format: "json"
66

77
overblog_graphql_batch_endpoint:
88
path: /batch
99
defaults:
10-
_controller: overblog_graphql.controller.graphql:batchEndpointAction
10+
_controller: Overblog\GraphQLBundle\Controller\GraphController::batchEndpointAction
1111
_format: "json"
1212

1313
overblog_graphql_multiple_endpoint:
1414
path: /graphql/{schemaName}
1515
defaults:
16-
_controller: overblog_graphql.controller.graphql:endpointAction
16+
_controller: Overblog\GraphQLBundle\Controller\GraphController::endpointAction
1717
_format: "json"
1818

1919
overblog_graphql_batch_multiple_endpoint:
2020
path: /graphql/{schemaName}/batch
2121
defaults:
22-
_controller: overblog_graphql.controller.graphql:batchEndpointAction
22+
_controller: Overblog\GraphQLBundle\Controller\GraphController::batchEndpointAction
2323
_format: "json"

0 commit comments

Comments
 (0)