location updates saved to db and base endpoints for other modules started
This commit is contained in:
@@ -33,7 +33,7 @@ const schema = new Schema({
|
||||
type: {
|
||||
type: String,
|
||||
required: true,
|
||||
enum: ["HQ", "Branch", "Warehouse", "BackOffice"],
|
||||
enum: ["HQ", "BRANCH", "WAREHOUSE"],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user