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
fix(enterprise): use correct endpoint for services list command (#328)
The services list command was using /v1/services which doesn't exist
for GET requests. Changed to use /v1/local/services which is the
correct documented endpoint.
Fixes#322
0 commit comments