Pranay Singh

Results 2 issues of Pranay Singh

In the Readme, the option should be 'path.resolve' instead of just resolve(__dirname....

My Setup **Schema -** ``` export const UploadedFile = new mongoose.Schema({ path: String, type: String, size: Number, folder: String, filename: String, }); export const Pods = mongoose.model('Pods', { name: {...