Fix about the favorite DZ

This commit is contained in:
Sébastien André
2021-03-25 16:57:30 +01:00
parent 0a6dbf42e4
commit 9d51f38f2e
10 changed files with 45 additions and 52 deletions

View File

@@ -32,9 +32,9 @@ namespace skydiveLogs_api.Controllers
}
// GET: api/User/AlwayLogin
[HttpGet("AlwayLogin")]
[HttpGet("AlwaysLogin")]
[EnableCors]
public IActionResult AlwayLogin()
public IActionResult AlwaysLogin()
{
return Ok();
}