From c135fcf9041c604b32827a1cb027010bca5915ab Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 14 Aug 2025 14:37:56 +0200 Subject: POST login possible --- src/App.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.php') diff --git a/src/App.php b/src/App.php index 33f71ef..9b1edf9 100644 --- a/src/App.php +++ b/src/App.php @@ -2,6 +2,7 @@ namespace App; +use App\Router\Router; use Symfony\Component\Dotenv\Dotenv; class App -- cgit v1.2.3