8000 bug fix · daysCounting/imooc@5900e85 · GitHub
[go: up one dir, main page]

Ski 8000 p to content

Commit 5900e85

Browse files
committed
bug fix
1 parent 0da0916 commit 5900e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/movie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var mongoose = requeire('mongoose')
1+
var mongoose = require('mongoose')
22

33
var MovieSchema = new mongoose.Schema({
44
doctor:String,
@@ -47,4 +47,4 @@ MovieSchema.statics = {
4747
}
4848
}
4949

50-
module.exports = MovieSchema
50+
module.exports = MovieSchema

0 commit comments

Comments
 (0)
0