diff --git a/BotSharp.Platform.Rasa/ModuleInjector.cs b/BotSharp.Platform.Rasa/ModuleInjector.cs index c430792c..7f817e66 100644 --- a/BotSharp.Platform.Rasa/ModuleInjector.cs +++ b/BotSharp.Platform.Rasa/ModuleInjector.cs @@ -1,4 +1,4 @@ -using BotSharp.Core; +using BotSharp.Core; using BotSharp.Core.AgentStorage; using BotSharp.Core.Modules; using BotSharp.Platform.Rasa.Models; @@ -21,7 +21,7 @@ namespace BotSharp.Platform.Rasa PlatformConfigServiceRegister.Register("rasaAi", services, config); } - public void Configure(IApplicationBuilder app, IHostingEnvironment env) + public void Configure(IApplicationBuilder app, IWebHostEnvironment env) { }