Cors updated

This commit is contained in:
2025-05-28 10:02:16 +05:30
parent 41e2075c55
commit 6573108a29
10 changed files with 23 additions and 52 deletions

View File

@@ -5,7 +5,7 @@ export interface ZoneSchema extends Document {
zoneName: string;
createBy: mongoose.Types.ObjectId;
points: [];
layer: Number;
layer: number;
viewPortCenter: [];
viewPortposition: [];
isArchive: boolean;