reinitializing codebase and resuming development

This commit is contained in:
Shibi Chakkaravarthy
2026-09-27 00:48:18 +05:30
parent 5e894627f5
commit be7211ac28
23 changed files with 744 additions and 45 deletions
+2 -2
View File
@@ -38,11 +38,11 @@ const schema = new Schema({
},
city: {
type: String,
required: true,
required: false,
},
state: {
type: String,
required: true,
required: false,
},
});