ผูก API ตั้งเวลาเผยแพร่โครงสร้าง

This commit is contained in:
setthawutttty 2024-01-30 14:20:38 +07:00
parent 33ec68c868
commit 164240da3e
2 changed files with 31 additions and 5 deletions

View file

@ -9,5 +9,6 @@ export default {
createOrgLevel: (type: string) => `${organization}/${type}`,
orgLevelByid: (type: string, id: string) => `${organization}/${type}/${id}`,
orgSetDateTime:(id:string) => `${organization}/set/publish/${id}`,
organizationHistoryNew: `${organization}/history`,
};