last ...
This commit is contained in:
+8
-2
@@ -23,11 +23,11 @@ using xDataService.DI;
|
||||
using xDataService.Interfaces;
|
||||
using xPushService.Helpers;
|
||||
using xAiApi.Extensions;
|
||||
using xAiApi.DI;
|
||||
using xAiApi.Data.Helpers;
|
||||
using xAiApi.Data;
|
||||
using xAiApi.Data.Seeder;
|
||||
using xAiApi.AI.DI;
|
||||
using xAiApi.AI.Extensions;
|
||||
// using xApi.Extensions;
|
||||
// using xDataHelper;
|
||||
// using xDataHelper.DbSeeder;
|
||||
@@ -122,7 +122,7 @@ namespace xAiApi
|
||||
//
|
||||
// Register XPushService ...
|
||||
services.AddXPushService(Configuration);
|
||||
services.AddXPushHubProvider(lifeTime);
|
||||
// services.AddXPushHubProvider(lifeTime);
|
||||
|
||||
//
|
||||
// Register XIdentityService ...
|
||||
@@ -203,6 +203,12 @@ namespace xAiApi
|
||||
});
|
||||
#endregion
|
||||
|
||||
//
|
||||
// Registering Configurations ...
|
||||
var xAiApiConfiguration = Configuration
|
||||
.GetXAiApiConfiguration();
|
||||
services.AddXAiApiConfiguration(xAiApiConfiguration);
|
||||
|
||||
//
|
||||
// Register AI Service ...
|
||||
services.AddXAIServices();
|
||||
|
||||
Reference in New Issue
Block a user