mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
correct comment about result.type
This commit is contained in:
parent
71a13c3bab
commit
0b687d8f8e
@ -19,7 +19,7 @@ var human_status = {
|
|||||||
// * status: see human_status, required
|
// * status: see human_status, required
|
||||||
// * redirect: redirect URL
|
// * redirect: redirect URL
|
||||||
// * body: file or message, required unless redirect is present or status is < 0
|
// * body: file or message, required unless redirect is present or status is < 0
|
||||||
// * type: a valid Content-Type, required if body is present
|
// * type: a valid Content-Type for the body, defaults to "text/plain"
|
||||||
// * hash: image hash, required when body is an image
|
// * hash: image hash, required when body is an image
|
||||||
// * err: a possible Error
|
// * err: a possible Error
|
||||||
module.exports = function(request, response, result) {
|
module.exports = function(request, response, result) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user