This commit is contained in:
Richard Pringle 2017-04-18 20:54:43 +00:00 committed by GitHub
commit 29e8202f9d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ var app = loopback();
app.use(loopback.rest());
// just playing around
var schema = {
name: String,
};