add some notes about unfinished global work
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user