remove photo

This commit is contained in:
Nikola Petrov
2024-07-15 19:09:28 +02:00
parent 1f7eb09651
commit 2f68098f62
7 changed files with 3 additions and 173 deletions

View File

@@ -1,9 +0,0 @@
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var photoSchema = new Schema({
'name': String,
'path': String
});
module.exports = mongoose.model('photo', photoSchema);