up
This commit is contained in:
		| @@ -16,6 +16,7 @@ public static class VexMongoServiceCollectionExtensions | ||||
|         services.AddSingleton<IVexConsensusStore, MongoVexConsensusStore>(); | ||||
|         services.AddSingleton<IVexCacheIndex, MongoVexCacheIndex>(); | ||||
|         services.AddSingleton<IVexCacheMaintenance, MongoVexCacheMaintenance>(); | ||||
|         services.AddSingleton<IVexConnectorStateRepository, MongoVexConnectorStateRepository>(); | ||||
|         services.AddSingleton<IVexMongoMigration, VexInitialIndexMigration>(); | ||||
|         services.AddSingleton<VexMongoMigrationRunner>(); | ||||
|         services.AddHostedService<VexMongoMigrationHostedService>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user