Cors updated
This commit is contained in:
@@ -5,7 +5,7 @@ export interface ZoneSchema extends Document {
|
||||
zoneName: string;
|
||||
createBy: mongoose.Types.ObjectId;
|
||||
points: [];
|
||||
layer: Number;
|
||||
layer: number;
|
||||
viewPortCenter: [];
|
||||
viewPortposition: [];
|
||||
isArchive: boolean;
|
||||
|
||||
Reference in New Issue
Block a user