IFileService, настройки хранилища. EsppDataController

This commit is contained in:
Mikhail Trubnikov
2023-08-24 17:03:12 +10:00
parent f3914c07a4
commit 49ba6569b1
10 changed files with 212 additions and 5 deletions

View File

@@ -41,6 +41,12 @@
public const string getParam = "{id}";
}
public static class EsppData
{
public const string UploadTemplates = Base + "/espp-data/templates";
}
public static class Test
{
public const string GetMyIp = Base + "/tests/my-ip";