Skip to content

Instantly share code, notes, and snippets.

@chadmichel
Created August 10, 2020 13:27
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 chadmichel/9ce2b23f84e3c36a9296de67d5fff258 to your computer and use it in GitHub Desktop.
Save chadmichel/9ce2b23f84e3c36a9296de67d5fff258 to your computer and use it in GitHub Desktop.
[Authorize]
[ApiController]
[Route("[controller]")]
public class TestController : Controller
{
// GET
public JsonResult Index()
{
return Json("hi");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment