Skip to content

Commit

Permalink
fixed select domain with limited role
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Nov 6, 2024
1 parent eebf464 commit a92d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/SelectAdminDomainsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function renderFormAction(): Response
* @param \Symfony\Component\HttpFoundation\Request $request
* @return \Symfony\Component\HttpFoundation\Response
*/
#[Route('/admin/domains/filter', name: 'admin_domains_filter', methods: ['POST'])]
#[Route('/domains/filter', name: 'admin_domains_filter', methods: ['POST'])]
public function filterDomainsAction(Request $request): Response
{
$form = $this->createForm(AdminDomainsFormType::class);
Expand Down

0 comments on commit a92d3ed

Please sign in to comment.