save changes
This commit is contained in:
@@ -23,7 +23,7 @@ public static class NotifyPersistenceExtensions
|
||||
IConfiguration configuration,
|
||||
string sectionName = "Postgres:Notify")
|
||||
{
|
||||
services.Configure<PostgresOptions>(sectionName, configuration.GetSection(sectionName));
|
||||
services.Configure<PostgresOptions>(configuration.GetSection(sectionName));
|
||||
services.AddSingleton<NotifyDataSource>();
|
||||
|
||||
// Register repositories
|
||||
|
||||
Reference in New Issue
Block a user