Describe the reason for these changes and the problem that they solve
As part of openculinary/frontend#94, the diagnostics service has been built which provides information about current and historic recipe content.
As noted in openculinary/backend#19, an intentional decision has been made not to provide direct access to the backend service where this data is sourced. Instead the diagnostics service provides a limited set of endpoints with which callers can interact.
Briefly summarize the changes
Allow ingress to the diagnostics service via requests with a /diagnostics prefix
How have the changes been tested?
Local development testing
List any issues that this change relates to
Relates to openculinary/frontend#94.
Describe the reason for these changes and the problem that they solve
As part of openculinary/frontend#94, the
diagnostics
service has been built which provides information about current and historic recipe content.As noted in openculinary/backend#19, an intentional decision has been made not to provide direct access to the
backend
service where this data is sourced. Instead thediagnostics
service provides a limited set of endpoints with which callers can interact.Briefly summarize the changes
diagnostics
service via requests with a/diagnostics
prefixHow have the changes been tested?
List any issues that this change relates to Relates to openculinary/frontend#94.