Project Create and Get All projects API completed
This commit is contained in:
@@ -15,7 +15,7 @@ export interface Project extends Document {
|
||||
}
|
||||
const projectSchema: Schema = new Schema(
|
||||
{
|
||||
projectUuid: { type: String, required: true },
|
||||
projectUuid: { type: String },
|
||||
projectName: { type: String },
|
||||
thumbnail: { type: String },
|
||||
isArchive: { type: Boolean, default: false },
|
||||
|
||||
Reference in New Issue
Block a user