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
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 Code405 Method Not Allowed