Skip to content

Instantly share code, notes, and snippets.

@zielinski-piotr
Created September 14, 2021 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zielinski-piotr/038536f10cc93359596090e5920b4e69 to your computer and use it in GitHub Desktop.
Save zielinski-piotr/038536f10cc93359596090e5920b4e69 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddControllers()
.AddNewtonsoftJson();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment