I'm attempting to setup my bot with the plugins api. I've managed to make a route but whenever I start the bot I have no indication of the api starting. I've checked
this.container.client.server.server.listening
this.container.client.server.server.listening
, which returned true and I also listed routes through the container.
The problem i'm having is whenever I attempt to send a curl request or a web request to the url I get a connection refused error.