Updated Program

Added Mapping of Ping Endpoints.
This commit is contained in:
Mario Steele 2025-07-31 13:02:24 -05:00
parent 5387e1beb7
commit 6f920f3f0d

View file

@ -22,6 +22,7 @@ app.MapPlaylistEndpoints();
app.MapProfileEndpoints();
app.MapSearchHistoryEndpoints();
app.MapSettingEndpoints();
app.MapPingEndpoints();
await using(var serviceScope = app.Services.CreateAsyncScope())
await using (var dbContext = serviceScope.ServiceProvider.GetRequiredService<DataContext>())