feat: Implement wall asset management features including creation, instances, and rendering; enhance wall properties input validation

This commit is contained in:
2025-06-30 16:21:54 +05:30
parent 943ad3ba49
commit 997775c27e
15 changed files with 313 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ export const upsertZoneApi = async (
zoneData: Zone
) => {
try {
const response = await fetch(`${url_Backend_dwinzo}/api/V1/UpsertZone`, {
const response = await fetch(`${url_Backend_dwinzo}/api/V1/upsertZone`, {
method: "POST",
headers: {
Authorization: "Bearer <access_token>",