Fix about the favorite DZ
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user