Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jun 14, 2024
1 parent 3b36478 commit e9ebf42
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 e9ebf42

Please sign in to comment.