Need to fix date format
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
using ImmichToSlideshow.Services;
|
||||
|
||||
namespace ImmichToSlideshow.DependencyInjection;
|
||||
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
|
||||
public static IServiceCollection AddServices(this IServiceCollection services)
|
||||
{
|
||||
_ = services.AddScoped<AssetService>();
|
||||
return services;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user