Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 6, 2020 02:31
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 xximjasonxx/dabc59a0ac7d7deb34c05b447b4c15a2 to your computer and use it in GitHub Desktop.
Save xximjasonxx/dabc59a0ac7d7deb34c05b447b4c15a2 to your computer and use it in GitHub Desktop.
[ApiController]
[Authorize(Policy = "IsWeatherman")]
[Route("[controller]")]
public class WeatherForecastController : ControllerBase
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment