mirror of https://github.com/dapr/dotnet-sdk.git
remove invalid code line (#1127)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
6dae4e339d
commit
2449bcd669
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue