Auswahl zwischen MySQL und Sqlite möglich, Datenbank kompletter Reset

This commit is contained in:
2025-06-17 18:54:43 +02:00
parent 7e17bac971
commit 7f0007b1e2
34 changed files with 1199 additions and 2360 deletions

View File

@@ -52,7 +52,7 @@ public class MetricDto
}
[ApiController]
[Route("[monitoring]")]
[Route("[controller]")]
public class MonitoringController : Controller
{
private readonly AppDbContext _context;