mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add history endpoint and do some cleanup
This commit is contained in:
@@ -25,6 +25,9 @@ public static class Program
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
var database = app.Services.GetRequiredService<Database>();
|
||||
database.EnsureDatabase();
|
||||
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user