1
0
Fork 0
mirror of synced 2024-05-16 10:52:20 +12:00

change error message

This commit is contained in:
nagadomi 2015-05-17 12:21:02 +09:00
parent 8fc73527d5
commit 9486ed1d76

View file

@ -167,7 +167,7 @@ function APIHandler:post()
self:write("ERROR: unsupported image format.")
else
self:set_status(400)
self:write("ERROR: max image size exceeded.")
self:write("ERROR: image size exceeds maximum allowable size.")
end
end
collectgarbage()