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
I am building a config tool for a very specific north plugin and south plugin setup. In that I need to know all north and south services. I am working with these two requests:
curl http://localhost:8081/fledge/north and curl http://localhost:8081/fledge/south and get structurally different results:
I am building a config tool for a very specific north plugin and south plugin setup. In that I need to know all north and south services. I am working with these two requests:
curl http://localhost:8081/fledge/north
andcurl http://localhost:8081/fledge/south
and get structurally different results:I kind of have the feeling this is not intentional.
It is not a major issue for me though as I can get the information the one or the other way.
The text was updated successfully, but these errors were encountered: