pages updated

This commit is contained in:
2025-01-06 16:38:27 +03:00
parent 24d2169132
commit c1f517d32d
51 changed files with 1619 additions and 420 deletions

View File

@@ -13,7 +13,6 @@ const buildUpdateEndpoint = `${baseUrl}/building/build/update`;
async function retrieveBuildList(payload: FilterListInterface) {
const feedObject = new FilterList(payload).filter();
console.log("feedObject", feedObject);
const tokenResponse: any = await fetchDataWithToken(
buildListEndpoint,
feedObject,
@@ -41,6 +40,7 @@ async function updateBuild(payload: any) {
}
async function createBuild(payload: any) {
console.log("payload", payload);
const tokenResponse: any = await fetchDataWithToken(
buildCreateEndpoint,
payload,