Skip to content

Commit

Permalink
Merge pull request #7 from dotnet-presentations/jamesmontemagno-patch-1
Browse files Browse the repository at this point in the history
Update Program.cs
  • Loading branch information
jamesmontemagno authored Jun 14, 2024
2 parents d086308 + e9ebf42 commit 0be68ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion complete/AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
.WithReference(cache);

var web = builder.AddProject<Projects.MyWeatherHub>("myweatherhub")
.WithReference(api);
.WithReference(api)
.WithExternalHttpEndpoints();


builder.Build().Run();

0 comments on commit 0be68ab

Please sign in to comment.