From 7e27eee5b5c306c30c848ec9dbc0e0c1c0a90311 Mon Sep 17 00:00:00 2001
From: omaarfa <116656489+omaarfa@users.noreply.github.com>
Date: Fri, 26 Jan 2024 14:29:17 +0100
Subject: [PATCH] HOTFIX 2 add baeckerAjax.php to index.php

---
 src/Praktikum/Prak5/index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Praktikum/Prak5/index.php b/src/Praktikum/Prak5/index.php
index df0c4b7..f48c567 100644
--- a/src/Praktikum/Prak5/index.php
+++ b/src/Praktikum/Prak5/index.php
@@ -65,7 +65,8 @@ class Index extends Page
     protected function getViewData():array
     {
         return array("Bestellung" => "./Bestellung.php", "Bäcker" => "./Baecker.php",
-            "Kunde" => "./Kunde.php", "Fahrer" => "./Fahrer.php", "Kundenstatus" => "./Kundenstatus.php");
+            "Kunde" => "./Kunde.php", "Fahrer" => "./Fahrer.php", "Kundenstatus" => "./Kundenstatus.php",
+            "Bäcker (AJAX)" => "./Baeckerajax.php");
     }
 
     /**
-- 
GitLab