Skip to content

Commit f15bd8b

Browse files
authored
Merge branch 'master' into fix-workflow-docs
2 parents f11ca4e + 31af35b commit f15bd8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,8 @@ namespace MyActorService
319319

320320
app.UseRouting();
321321

322-
app.UseEndpoints(endpoints =>
323-
{
324-
// Register actors handlers that interface with the Dapr runtime.
325-
endpoints.MapActorsHandlers();
326-
});
322+
// Register actors handlers that interface with the Dapr runtime.
323+
app.MapActorsHandlers();
327324
}
328325
}
329326
}

0 commit comments

Comments
 (0)