feat(api): DistributorController

This commit is contained in:
Mikhail Trubnikov
2024-07-05 12:42:01 +10:00
parent 3b3606859a
commit 65963419f7
6 changed files with 109 additions and 1 deletions

View File

@@ -356,6 +356,16 @@
#endregion
#region Distributor
public static class Distributor
{
public const string Distribute = Base + "/distributor/";
}
#endregion
}
}