Skip to content

Commit

Permalink
Update Readme.md to reflect schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yunong committed Oct 24, 2016
1 parent d85ada6 commit 28bb690
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,21 @@ const restify = require('restify');

const CONFIG = {
schemaVersion: 1,
foo: {
get: {
source: './test/etc/fooGet.js'
},
post: {
source: './test/etc/fooPost.js'
},
delete: {
source: './test/etc/fooDelete.js'
},
head: {
source: './test/etc/fooHead.js'
},
routes: {
foo: {
get: {
source: './test/etc/fooGet.js'
},
post: {
source: './test/etc/fooPost.js'
},
delete: {
source: './test/etc/fooDelete.js'
},
head: {
source: './test/etc/fooHead.js'
},
}
}
};

Expand Down

0 comments on commit 28bb690

Please sign in to comment.