registerEndpoint returning data from a previous registerEnpoint
I have 2 end points for a test...
but when I call the second enpoint, it gives me the data from the first
however if I swap their position in the test code to match the order they are called... it works
I don't understand why the position should matter and the documentation says nothing
but when I call the second enpoint, it gives me the data from the first
{query:... content:...}however if I swap their position in the test code to match the order they are called... it works
I don't understand why the position should matter and the documentation says nothing