Skip to content
Snippets Groups Projects
Commit 2c34818e authored by Jonas Leder's avatar Jonas Leder
Browse files

rename file

parent 4c2e0737
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ use App\Repository\HistoryRepository;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Routing\Annotation\Route;
class HistoryContrller extends AbstractController
class HistoryController extends AbstractController
{
#[Route('/history/{deviceId}', methods: ['GET'], name: 'app_history')]
public function getHistory(HistoryRepository $historyRepository, string $deviceId = null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment