fix compile
This commit is contained in:
parent
9301ed3a0e
commit
b481b0b6bf
|
|
@ -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<PlatformSettings>("rasaAi", services, config);
|
||||
}
|
||||
|
||||
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue