Skip to content

Commit

Permalink
[release/8.0] Change starter template to make frontend external endpo…
Browse files Browse the repository at this point in the history
…ints (#3571)

* Mark frontend as external

* PR Feedback: move first

---------

Co-authored-by: Tim Heuer <tim@timheuer.com>
  • Loading branch information
github-actions[bot] and timheuer authored Apr 11, 2024
1 parent 3ebd46b commit d7b8bed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
var apiService = builder.AddProject<Projects.AspireStarterApplication__1_ApiService>("apiservice");

builder.AddProject<Projects.AspireStarterApplication__1_Web>("webfrontend")
.WithExternalHttpEndpoints()
#if UseRedisCache
.WithReference(cache)
#endif
Expand Down

0 comments on commit d7b8bed

Please sign in to comment.