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'm using Bull-board on a NestJS (mono repo) project, in its dedicated sub-app for monitoring the queue.
It works just fine for my needs.
However, while debugging some problems with the queue, I realized that bull-board defines and uses several REST endpoints to interact with it.
Obviously, by inspecting the requests and looking at the routes definitions, I can infer most of the specs, but I wonder if there is actual documentation of these endpoints: I couldn't find it anywhere.
The text was updated successfully, but these errors were encountered:
Hi!
I'm using Bull-board on a NestJS (mono repo) project, in its dedicated sub-app for monitoring the queue.
It works just fine for my needs.
However, while debugging some problems with the queue, I realized that bull-board defines and uses several REST endpoints to interact with it.
Obviously, by inspecting the requests and looking at the routes definitions, I can infer most of the specs, but I wonder if there is actual documentation of these endpoints: I couldn't find it anywhere.
The text was updated successfully, but these errors were encountered: