mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
added rudimentary admin pages, started testing validation code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var mongoose = require('mongoose');
|
||||
var ExerciseSchema = require('../schemas/exerise');
|
||||
var ExerciseSchema = require('../schemas/exercise');
|
||||
|
||||
var Exercise = mongoose.model('Exercise', ExerciseSchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user