Skip to content

Commit

Permalink
fix(producer): correct snapshot producer
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Jan 16, 2025
1 parent 38a0f9d commit c297594
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ private void RegisterProjectionSetup(ContainerBuilder builder)
.RegisterEventstreamModule(_configuration)
.RegisterModule(new ProjectorModule(_configuration));

_services.AddOsloProxy(_configuration["OsloApiUrl"]);

RegisterProjections(builder);
}

Expand Down

0 comments on commit c297594

Please sign in to comment.