File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
http://symfony.com/schema/routing/routing-1.0.xsd" >
6
6
7
7
<route id =" overblog_graphiql_endpoint" path =" /graphiql" >
8
- <default key =" _controller" >overblog_graphiql.controller :indexAction</default >
8
+ <default key =" _controller" >Overblog\GraphiQLBundle\Controller\GraphiQLController: :indexAction</default >
9
9
</route >
10
10
11
11
<route id =" overblog_graphiql_endpoint_multiple" path =" /graphiql/{schemaName}" >
12
- <default key =" _controller" >overblog_graphiql.controller :indexAction</default >
12
+ <default key =" _controller" >Overblog\GraphiQLBundle\Controller\GraphiQLController: :indexAction</default >
13
13
</route >
14
14
</routes >
Original file line number Diff line number Diff line change 24
24
<argument type =" service" id =" overblog_graphiql.view.config" />
25
25
<argument type =" service" id =" overblog_graphiql.controller.graphql.endpoint" />
26
26
</service >
27
+ <service id =" Overblog\GraphiQLBundle\Controller\GraphiQLController"
28
+ alias =" overblog_graphiql.controller"
29
+ public =" true" >
30
+ </service >
27
31
</services >
28
32
</container >
You can’t perform that action at this time.
0 commit comments