I have a case where upon multiple hits of "/api/routes", null is intermittently returned. I noticed this because we have a task setup to poll this endpoint to check for route changes, and it was coming back true at odd intervals - turns out the request was returning null intermittently which was presented as a change.
(This is testable in the browser/postman)
I have a case where upon multiple hits of "/api/routes", null is intermittently returned. I noticed this because we have a task setup to poll this endpoint to check for route changes, and it was coming back true at odd intervals - turns out the request was returning null intermittently which was presented as a change.
(This is testable in the browser/postman)