Skip to content

Commit

Permalink
remove invalid code line (#1127)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
  • Loading branch information
hhunter-ms authored Jul 18, 2023
1 parent 6dae4e3 commit 2449bcd
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,6 @@ namespace MyActorService
{
app.UseDeveloperExceptionPage();
}
else
{
// By default, ASP.Net Core uses port 5000 for HTTP. The HTTP
// redirection will interfere with the Dapr runtime. You can
// move this out of the else block if you use port 5001 in this
// example, and developer tooling (such as the VSCode extension).
app.UseHttpsRedirection();
}

app.UseRouting();

Expand Down

0 comments on commit 2449bcd

Please sign in to comment.