mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/US-161/TASK-208-212-slicing-ui-and-validation-create-purchase-request-form
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
CreateChickinPayload,
|
||||
UpdateChickinPayload,
|
||||
} from '@/types/api/production/chickin';
|
||||
import { BaseApiService } from '../base';
|
||||
import { BaseApiService } from '@/services/api/base';
|
||||
import { BaseApiResponse } from '@/types/api/api-general';
|
||||
import { httpClient } from '@/services/http/client';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
ProjectFlock,
|
||||
UpdateProjectFlockPayload,
|
||||
} from '@/types/api/production/project-flock';
|
||||
import { BaseApiService } from '../base';
|
||||
import { BaseApiService } from '@/services/api/base';
|
||||
import {
|
||||
BaseApiResponse,
|
||||
BaseGroupedApproval,
|
||||
@@ -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<
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user