fix(FE-270): adjust endpoint get next period project flock

This commit is contained in:
randy-ar
2025-11-23 13:34:45 +07:00
parent a26665e4ac
commit d769bfe452
+1 -1
View File
@@ -120,7 +120,7 @@ export class ProjectFlockService extends BaseApiService<
| undefined
> {
try {
const path = `${this.basePath}/location/${locationId.toString()}/periods`;
const path = `${this.basePath}/locations/${locationId.toString()}/periods`;
return await httpClient<
SuccessApiResponse<
{