Список хостов по маске. Список шаблонов по маске

This commit is contained in:
Mikhail Trubnikov
2023-09-26 12:26:37 +10:00
parent c9a4379584
commit c6f61c5fa4
5 changed files with 79 additions and 2 deletions

View File

@@ -73,6 +73,10 @@
public const string Create = Base + "/generator-templates/";
}
public static class Host
{
public const string GetAll = Base + "/hosts/";
}
//public static class Layer
//{