array(7) {
["/"]=>
array(2) {
["controller"]=>
string(30) "App\Controllers\HomeController"
["action"]=>
string(5) "index"
}
["/login"]=>
array(2) {
["controller"]=>
string(35) "App\Auth\Controllers\AuthController"
["action"]=>
string(9) "showLogin"
}
["/logout"]=>
array(2) {
["controller"]=>
string(35) "App\Auth\Controllers\AuthController"
["action"]=>
string(6) "logout"
}
["/dashboard"]=>
array(2) {
["controller"]=>
string(33) "App\Dashboard\DashboardController"
["action"]=>
string(5) "index"
}
["/booking"]=>
array(2) {
["controller"]=>
string(29) "App\Booking\BookingController"
["action"]=>
string(5) "index"
}
["/history"]=>
array(2) {
["controller"]=>
string(29) "App\Booking\BookingController"
["action"]=>
string(7) "history"
}
["/booking/fetch"]=>
array(2) {
["controller"]=>
string(29) "App\Booking\BookingController"
["action"]=>
string(13) "fetchBookings"
}
}
Fatal error: Uncaught Exception: No route found for URI: /sitemap.xml <br> in /home/webpokac/poka/eiretaxi.net/core/Route.php:67
Stack trace:
#0 /home/webpokac/poka/eiretaxi.net/routes/web.php(25): Zems\Route::dispatch()
#1 /home/webpokac/poka/eiretaxi.net/public/index.php(8): require('/home/webpokac/...')
#2 {main}
thrown in /home/webpokac/poka/eiretaxi.net/core/Route.php on line 67