Guest User

Untitled

a guest
Feb 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. services.AddMvc();
  2.  
  3. services.AddSwaggerGen(s =>
  4. {
  5. s.SwaggerDoc("v1", new Info { Title = "My API", Version = "v1" });
  6. });
Add Comment
Please, Sign In to add comment