Skip to content

Instantly share code, notes, and snippets.

@umayeras
Created October 15, 2020 07:46
Show Gist options
  • Save umayeras/c234a9c3a0f8aa4f408567d70db1c5d0 to your computer and use it in GitHub Desktop.
Save umayeras/c234a9c3a0f8aa4f408567d70db1c5d0 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddControllers();
services.AddSwaggerGen();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment