feat: Implement wall asset management features including creation, instances, and rendering; enhance wall properties input validation
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user