Skip to content

Commit

Permalink
Trigger resources PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Aug 29, 2024
1 parent 044805d commit 36d8971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/api/Fusion.Resources.Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseDeveloperExceptionPage();
}

//app.UseMiddleware<RequestResponseLoggingMiddleware>();
//app.UseMiddleware<RequestResponseLoggingMiddleware>();
app.UseMiddleware<TraceMiddleware>();
app.UseMiddleware<ExceptionMiddleware>();

Expand Down

0 comments on commit 36d8971

Please sign in to comment.