DbPath angepasst

This commit is contained in:
2025-06-21 20:14:36 +02:00
parent f3775c13c1
commit deaf7785e3

View File

@@ -153,7 +153,7 @@ namespace Watcher.Controllers
try try
{ {
var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "data", "yourdb.db"); // anpassen var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "persistence", "watcher.db"); // anpassen
// Leere Datenbank // Leere Datenbank
System.IO.File.WriteAllText(dbPath, ""); System.IO.File.WriteAllText(dbPath, "");