Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created August 28, 2019 07:53
Show Gist options
  • Save GeradeDev/29e7d68bc96555eb234acab258adfb9c to your computer and use it in GitHub Desktop.
Save GeradeDev/29e7d68bc96555eb234acab258adfb9c to your computer and use it in GitHub Desktop.
[ApiVersionNeutral]
[RoutePrefix( "api/[controller]" )]
public class PingController : Controller {
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment