README.md
omgwtfbrblolttyl/writeFileEndpoint/README.md
TODO:
get token from header
decode using secret from env
look up globs for user with id from token
get path from req.body
test path against all globs for user
if none pass, 403 with message
if any pass, write val to db with path as key (overwrite if exists)
return new value
Migrated from folder: fs/writeFileEndpoint