Skip to content

Commit

Permalink
chore: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakunin committed Oct 8, 2024
1 parent ceaf561 commit 9e56fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TodoApp/Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ void ConfigureServices()

// RPC-exposed compute service(s)
fusion.AddService<ITodoApi, TodoApi>();
// fusion.AddService<ITodoApi, InMemoryTodoApi>();
// RPC-exposed non-compute services
fusion.Rpc.AddService<IRpcExampleService, RpcExampleService>();

Expand Down

0 comments on commit 9e56fc3

Please sign in to comment.