Guest User

Untitled

a guest
Apr 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. app.UseSwagger()
  2. .UseSwaggerUI(c =>
  3. {
  4. c.SwaggerEndpoint("/swagger/v1/swagger.json", "Taskin V1");
  5. });
  6. }
Add Comment
Please, Sign In to add comment