Skip to content

Commit aeceab1

Browse files
committed
Merge branch 'develop' into release/6.74.0
2 parents 4ab6bab + 48b2aa5 commit aeceab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/UI/MapSearchController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(
2626
) {
2727
}
2828

29-
#[Route('/map', name: 'app_map_search')]
29+
#[Route('/map-search', name: 'app_map_search')]
3030
public function index(): Response
3131
{
3232
return $this->render('MapSearch/index.html.twig');

0 commit comments

Comments
 (0)