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
We can currently call the /build-list route with any query parameters, and get a list of builds.
For example, SERVER_URL/api/build-list?whatever=something will still return a list of builds. We want an empty list + a redirect (once implemented client-side), or some other sane handler.
The text was updated successfully, but these errors were encountered:
We can currently call the /build-list route with any query parameters, and get a list of builds.
For example,
SERVER_URL/api/build-list?whatever=something
will still return a list of builds. We want an empty list + a redirect (once implemented client-side), or some other sane handler.The text was updated successfully, but these errors were encountered: