Restored old /api/messages by default in ASP.NEt
This commit is contained in:
Родитель
de2e744247
Коммит
583a7a8cb1
|
@ -33,7 +33,7 @@ namespace Microsoft.Bot.Builder.Integration.AspNet.Core
|
|||
|
||||
var botActivitiesPath = new PathString(options.RouteBaseUrl);
|
||||
|
||||
botActivitiesPath.Add("/activities");
|
||||
botActivitiesPath.Add("/messages");
|
||||
|
||||
applicationBuilder.Map(
|
||||
botActivitiesPath,
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace Microsoft.Bot.Builder.Integration.AspNet.Core
|
|||
{
|
||||
_middleware = new List<BotMiddleware.IMiddleware>();
|
||||
|
||||
RouteBaseUrl = "/bot";
|
||||
RouteBaseUrl = "/api";
|
||||
}
|
||||
|
||||
public PathString RouteBaseUrl { get; set; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче