Skip to content

Commit

Permalink
feat: or-1349 disable rebuild endpoints for ACM
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenGreenstack committed Jan 24, 2024
1 parent 375a10c commit a229155
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/AssociationRegistry.Acm.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ public static async Task Main(string[] args)

GlobalStringLocalizer.Instance = new GlobalStringLocalizer(app.Services);

app.AddProjectionEndpoints(
app.Configuration.GetSection(RebuildConfigurationSection.SectionName).Get<RebuildConfigurationSection>()!);
//TODO uncomment als we weten wat te doen met rechten

// app.AddProjectionEndpoints(
// app.Configuration.GetSection(RebuildConfigurationSection.SectionName).Get<RebuildConfigurationSection>()!);

app
.ConfigureDevelopmentEnvironment()
Expand Down

0 comments on commit a229155

Please sign in to comment.