From 309e288a4412d86bc84ea690d35da937dc55745a Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 20 Jul 2026 14:20:02 +0200 Subject: [PATCH] #If Debug zum testen entfernt --- BeWoPlanerMobil/Controllers/MainController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BeWoPlanerMobil/Controllers/MainController.cs b/BeWoPlanerMobil/Controllers/MainController.cs index 30e32a42b..5fad25037 100644 --- a/BeWoPlanerMobil/Controllers/MainController.cs +++ b/BeWoPlanerMobil/Controllers/MainController.cs @@ -3600,11 +3600,11 @@ namespace BeWoPlanerMobil.Controllers [Authorize] public ActionResult RedirectToDevExpressScheduler() { - #if DEBUG + //#if DEBUG return RedirectToActionPermanent("DevExpressScheduler", "DevExpressScheduler"); - #endif + //#endif - return RedirectToMain(); + //return RedirectToMain(); } ///