Use underscore in route paths instead of hyphens to match the other path styles

This commit is contained in:
Jan Böhmer 2025-09-21 19:58:15 +02:00
parent d2b605edc0
commit 702e5c8732
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\Routing\Attribute\Route;
use App\Entity\UserSystem\User;
#[Route('/tools/bulk-info-provider-import')]
#[Route('/tools/bulk_info_provider_import')]
class BulkInfoProviderImportController extends AbstractController
{
public function __construct(