You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Fastify supports returning JS objects out of request handlers to be converted into JSON, we should clean up the API route handler in server/api/index.js to return the responses; this also explicitly ensures that the sending of the response is also the exit point of the handler.
The text was updated successfully, but these errors were encountered:
Since Fastify supports returning JS objects out of request handlers to be converted into JSON, we should clean up the API route handler in server/api/index.js to
return
the responses; this also explicitly ensures that the sending of the response is also the exit point of the handler.The text was updated successfully, but these errors were encountered: