feat(api): TemplateHistoryController
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class TemplateHistory
|
||||
{
|
||||
public const string GetAll = Base + "/template-histories/";
|
||||
}
|
||||
|
||||
public static class TemplateScheduleEspp
|
||||
{
|
||||
public const string Get = Base + "/templates/" + templateId + "/schedule-esppid";
|
||||
|
||||
Reference in New Issue
Block a user