Revert "Changed the stats that are sent back to stat server from installed server."
This reverts commit 644cb6d1f6
.
This commit is contained in:
parent
644cb6d1f6
commit
98b3c483be
7 changed files with 207 additions and 45 deletions
|
@ -1,10 +1,11 @@
|
|||
using System.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
using API.DTOs.Stats;
|
||||
|
||||
namespace API.Interfaces.Services
|
||||
{
|
||||
public interface IStatsService
|
||||
{
|
||||
Task PathData(ClientInfoDto clientInfoDto);
|
||||
Task CollectAndSendStatsData();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue