#.status() issue

1 messages · Page 1 of 1 (latest)

kindred osprey
#

That’s what .status() does. You could return empty JSON?

earnest ingot
#

I could, I guess. Just checked Express' sendStatus, and apparently it's sending Content-Type: text/plain with "OK".

kindred osprey
#

.send(“OK”)

#

Does that work?