Skip to content

Commit

Permalink
CODE RUB: Add Static to Configure Service method
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahmahi2019 committed Mar 8, 2022
1 parent d6a118a commit 1775d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OtripleS.Web.Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Startup

public IConfiguration Configuration { get; }

public void ConfigureServices(IServiceCollection services)
public static void ConfigureServices(IServiceCollection services)
{
services.AddControllers();
AddNewtonSoftJson(services);
Expand Down

0 comments on commit 1775d80

Please sign in to comment.