Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 06:50
Show Gist options
  • Save carlrip/b9587ce2ba47490ec518f55cab2f2b41 to your computer and use it in GitHub Desktop.
Save carlrip/b9587ce2ba47490ec518f55cab2f2b41 to your computer and use it in GitHub Desktop.
SPA template controller
[Authorize]
[ApiController]
[Route("[controller]")]
public class WeatherForecastController : ControllerBase
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment