Skip to content

Commit 2449bcd

Browse files
authored
remove invalid code line (#1127)
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6dae4e3 commit 2449bcd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,6 @@ namespace MyActorService
306306
{
307307
app.UseDeveloperExceptionPage();
308308
}
309-
else
310-
{
311-
// By default, ASP.Net Core uses port 5000 for HTTP. The HTTP
312-
// redirection will interfere with the Dapr runtime. You can
313-
// move this out of the else block if you use port 5001 in this
314-
// example, and developer tooling (such as the VSCode extension).
315-
app.UseHttpsRedirection();
316-
}
317309

318310
app.UseRouting();
319311

0 commit comments

Comments
 (0)