Skip to content

Commit

Permalink
Create Preference.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 committed Apr 12, 2024
1 parent 41565b6 commit 51d5d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/models/Preference.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const mongoose = require('mongoose');
const preferenceSchema = require('./schema/preference');

module.exports = mongoose.model('Preference', preferenceSchema);

0 comments on commit 51d5d16

Please sign in to comment.