rorodata / firefly

function as a service
http://rorodata.github.io/firefly
Apache License 2.0
194 stars 30 forks source link

Hard to decode error message on GET request #78

Open palnabarun opened 6 years ago

palnabarun commented 6 years ago

On accessing a function endpoint through the browseer, the following message is being displayed:

{"error": "Expecting value: line 1 column 1 (char 0)"}

I think until firefly supports GET requests, there should a error messages on the lines of Error: GET method not supported with the appropriate HTTP Status Code 405 Method Not Allowed