UNPKG

@ki1r0y/signed-cloud-server

Version:

Basic cloud storage in which contents are cryptographically signed, using distributed-storage as a co-dependency.

5 lines (4 loc) 184 B
export function answerEmptyJSON(req, res) { // Middlware to answer json. It doesn't matter what we respond with, although of course we must respond with something. res.send({}); }