From deaf7785e347252620b6c4fab1d21da6dcf646ba Mon Sep 17 00:00:00 2001 From: daniel-hbn Date: Sat, 21 Jun 2025 20:14:36 +0200 Subject: [PATCH] DbPath angepasst --- Watcher/Controllers/DatabaseController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Watcher/Controllers/DatabaseController.cs b/Watcher/Controllers/DatabaseController.cs index 481077f..0bfcd27 100644 --- a/Watcher/Controllers/DatabaseController.cs +++ b/Watcher/Controllers/DatabaseController.cs @@ -153,7 +153,7 @@ namespace Watcher.Controllers try { - var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "data", "yourdb.db"); // anpassen + var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "persistence", "watcher.db"); // anpassen // Leere Datenbank System.IO.File.WriteAllText(dbPath, "");