Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Last active August 14, 2019 16:52
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 debugmodedotnet/6ab63f517f56de56caab96db30a79414 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/6ab63f517f56de56caab96db30a79414 to your computer and use it in GitHub Desktop.
[Route("Log")]
[HttpPost]
public void LogSomething()
{
// do some logging
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment