Add a feature to reset the user statistics.
This commit is contained in:
@@ -95,6 +95,13 @@ namespace skydiveLogs_api.Controllers
|
||||
return result;
|
||||
}
|
||||
|
||||
[HttpGet("Reset")]
|
||||
[EnableCors]
|
||||
public void Reset()
|
||||
{
|
||||
_statsService.Reset();
|
||||
}
|
||||
|
||||
[HttpGet("Simple")]
|
||||
[EnableCors]
|
||||
public SimpleSummaryResp Simple()
|
||||
|
||||
Reference in New Issue
Block a user