I am just showing someone GitHub functionality.

This commit is contained in:
Richard Pringle 2016-05-17 14:09:53 -04:00
parent 4fd1d2bcd4
commit 022beac353
1 changed files with 2 additions and 0 deletions

View File

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