Implement GET /parse/schemas

This commit is contained in:
Drew Gross
2016-02-02 17:38:47 -08:00
parent c866afd016
commit 0547592952
2 changed files with 33 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ function ParseServer(args) {
router.merge(require('./push'));
router.merge(require('./installations'));
router.merge(require('./functions'));
router.merge(require('./schemas'));
batch.mountOnto(router);