File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
overblog_graphql_endpoint :
2
2
path : /
3
3
defaults :
4
- _controller : overblog_graphql.controller.graphql :endpointAction
4
+ _controller : Overblog\GraphQLBundle\Controller\GraphController: :endpointAction
5
5
_format : " json"
6
6
7
7
overblog_graphql_batch_endpoint :
8
8
path : /batch
9
9
defaults :
10
- _controller : overblog_graphql.controller.graphql :batchEndpointAction
10
+ _controller : Overblog\GraphQLBundle\Controller\GraphController: :batchEndpointAction
11
11
_format : " json"
12
12
13
13
overblog_graphql_multiple_endpoint :
14
14
path : /graphql/{schemaName}
15
15
defaults :
16
- _controller : overblog_graphql.controller.graphql :endpointAction
16
+ _controller : Overblog\GraphQLBundle\Controller\GraphController: :endpointAction
17
17
_format : " json"
18
18
19
19
overblog_graphql_batch_multiple_endpoint :
20
20
path : /graphql/{schemaName}/batch
21
21
defaults :
22
- _controller : overblog_graphql.controller.graphql :batchEndpointAction
22
+ _controller : Overblog\GraphQLBundle\Controller\GraphController: :batchEndpointAction
23
23
_format : " json"
You can’t perform that action at this time.
0 commit comments