handlers::v0::workers
Return the list of loaded workers.
Return the list of loaded workers.
get/_api/v0/workers
Response
Returns all the workers
Example response
[
{
"filepath": "/app/api/hello.js",
"name": "default",
"path": "/api/hello"
}
]