get my ip test

This commit is contained in:
Mikhail Trubnikov
2023-08-01 16:00:33 +10:00
parent 4f9410e975
commit 04c4ed594d
2 changed files with 41 additions and 2 deletions

View File

@@ -41,6 +41,13 @@
public const string getParam = "{id}";
}
public static class Test
{
public const string GetMyIp = Base + "/tests/my-ip";
}
//public static class Layer
//{
// public const string GetAll = Base + "/layers/";
@@ -52,6 +59,6 @@
// public const string getParam = "{id}";
//
}
}
}