add some notes about unfinished global work

This commit is contained in:
Dan Ribbens
2019-10-10 12:44:17 -04:00
parent ad6a943704
commit 299fba054c
2 changed files with 3 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ class Payload {
.post(upsert)
.put(upsert);
// TODO: set these up to interact with subdocs of global
options.router.route('/globals/:key')
.get(fetch)
.post(upsert)