MCPcopy
hub / github.com/tomdionysus/foaas / send622

Method send622

lib/foaas.js:120–123  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

118 }
119
120 send622 (req, res) {
121 res.status(622)
122 return this.output(req, res, '622 - All The Fucks', 'Server invites you to consider the truly monumental amount of fucks it couldn\'t give about your request.')
123 }
124
125 sendIndex (req, res) {
126 return res.sendfile('./public/index.html')

Callers

nothing calls this directly

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected