Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack authored and Jack committed Aug 20, 2020
1 parent 6cac80a commit ae23eef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

namespace JMSTokenTestWeb.Controllers
{

[Authorize]
[ApiController]
[Route("[controller]/[action]")]
public class WeatherForecastController : ControllerBase
public class HomeController : ControllerBase
{
[Authorize]

[HttpGet]
public string Test()
{
Expand Down

0 comments on commit ae23eef

Please sign in to comment.