Skip to content

Commit

Permalink
Fix compatibility with symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed May 7, 2019
1 parent 2dd50f5 commit a65b254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bundle/Resources/config/routes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/routing
https://symfony.com/schema/routing/routing-1.0.xsd">
<route id="prisma_media_metrics" path="/metrics" controller="PrismaMedia\Metrics\Bundle\Controller\MetricsController">
<route id="prisma_media_metrics" path="/metrics">
<default key="_controller">PrismaMedia\Metrics\Bundle\Controller\MetricsController</default>
</route>
</routes>

Expand Down

0 comments on commit a65b254

Please sign in to comment.