Skip to content

Commit 3ebf06d

Browse files
author
pmosk
committed
Fix host configuration
1 parent c322a12 commit 3ebf06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/AzureFunc/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Threading.Tasks;
2+
using GarageGroup.Infra;
23
using GarageGroup.Infra.Bot.Builder;
34
using Microsoft.Extensions.DependencyInjection;
45
using Microsoft.Extensions.Hosting;
@@ -9,8 +10,7 @@ static class Program
910
{
1011
static Task Main()
1112
=>
12-
Host.CreateDefaultBuilder()
13-
.ConfigureFunctionsWorkerStandard(
13+
FunctionHost.CreateFunctionsWorkerBuilderStandard(
1414
useHostConfiguration: false,
1515
configure: Application.Configure)
1616
.ConfigureBotBuilder(

0 commit comments

Comments
 (0)