Skip to content

Commit bc0446c

Browse files
committed
replaced controllers with handlers & unit tests
Signed-off-by: MarioRadu <[email protected]>
1 parent ceb6062 commit bc0446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/templates/error/404.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>404</h1>
1212
<p class="text-dark">
1313
You are looking for something that doesn't exist or may have moved. Check out one of the links on this page
14-
or head back to <a class="text-dark" href="{{ path('app.index') }}">Home</a>.
14+
or head back to <a class="text-dark" href="{{ path('app::index') }}">Home</a>.
1515
</p>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)