diff --git a/FreeTubeSync/Program.cs b/FreeTubeSync/Program.cs index 8f93e25..eabc771 100644 --- a/FreeTubeSync/Program.cs +++ b/FreeTubeSync/Program.cs @@ -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())