明树Git Lab

Commit 625dd3a0 authored by zfp1's avatar zfp1

update

parent 33003c1e
...@@ -34,5 +34,5 @@ const questionSchema = new Schema({ ...@@ -34,5 +34,5 @@ const questionSchema = new Schema({
}); });
const Question = mongoose.model('question', questionSchema, 'Question'); const Question = mongoose.model('Question', questionSchema, 'question');
module.exports = Question; module.exports = Question;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment