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
Possiblity to modify Errors messages:
For exemple, change
Error: Method Not Allowed
at Server.<anonymous> (https://deno.land/x/drash@v2.3.0/src/http/server.ts:238:17)
at async Server.#respond (https://deno.land/std@0.119.0/http/server.ts:298:18)
by
{
"error": "Method Not Allowed"
}
or what we want
Why:
Do not see details in production
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
Write documentation
Write integration tests
Write feature
The text was updated successfully, but these errors were encountered:
Summary
What:
Possiblity to modify Errors messages:
For exemple, change
by
or what we want
Why:
Do not see details in production
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
The text was updated successfully, but these errors were encountered: