MobX based editing

This commit is contained in:
Jori Lallo
2016-06-02 22:04:33 -07:00
parent 688a85ae81
commit d4b1b533d1

View File

@@ -28,6 +28,7 @@ router.post('documents.info', auth({ require: false }), async (ctx) => {
throw httpErrors.NotFound();
}
ctx.body = {
data: await presentDocument(document, true),
};