From f79285a51e46c4839db626a01a9959b938f2e03b Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 30 May 2016 12:37:07 -0700 Subject: [PATCH] added a todo item --- server/api/documents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/api/documents.js b/server/api/documents.js index 1f278219..ed85a867 100644 --- a/server/api/documents.js +++ b/server/api/documents.js @@ -8,6 +8,7 @@ import { Document, Atlas } from '../models'; const router = new Router(); +// FIXME: This really needs specs :/ router.post('documents.info', auth({ require: false }), async (ctx) => { let { id } = ctx.request.body; ctx.assertPresent(id, 'id is required');