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, "");