fix(api): Статистика хостам, приложениям, хостам в шаблонах
This commit is contained in:
@@ -187,6 +187,17 @@ namespace PARR.API.Contracts.V1
|
||||
public const string Get = BaseStat + "/templates/";
|
||||
}
|
||||
|
||||
public static class StatHost
|
||||
{
|
||||
public const string Get = BaseStat + "/hosts/";
|
||||
public const string GetWithTemplates = BaseStat + "/hosts/templates";
|
||||
}
|
||||
|
||||
public static class StatApplication
|
||||
{
|
||||
public const string Get = BaseStat + "/applications/";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user