We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca7345 + dfd1f64 commit e30034aCopy full SHA for e30034a
README.md
@@ -36,10 +36,10 @@ Start by importing the library into your project
36
static void Main(string[] args)
37
{
38
BotBuilder builder = new BotBuilder(args)
39
+ .AddBotControllers()
40
.UseApiKey(x => x.FromConfiguration());
41
42
var app = builder.Build();
- app.MapControllers();
43
app.Run();
44
}
45
```
0 commit comments