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
Imagine that you are using fastify.inject to communicate with other endpoints of your app and sometime in the future you split to a microservices architecture; your code will break because the specific endpoint is no longer available in your app.
Would be cool have a custom 404 handler that will deal with that situation?
Imagine that you are using
fastify.inject
to communicate with other endpoints of your app and sometime in the future you split to a microservices architecture; your code will break because the specific endpoint is no longer available in your app.Would be cool have a custom 404 handler that will deal with that situation?
Eg:
Then in Fastify we can think about how to encapsulate the inject's 404 handling as well.
Thoughts?
cc @fastify/fastify
The text was updated successfully, but these errors were encountered: