Open qrpike opened 8 years ago
I was able to get this to work locally with
server.use('/kue', kue.app);
However, I haven't yet managed to get this to work on Heroku.
I'm following.
Oh nevermind. It worked for me locally and on Heroku with
app.use('/kue/', kue.app)
I also added this line where I add all my other routes and I made sure I created my queue before calling this line.
@thierryskoda are you using Restify? I'm having trouble replicating on Restify.
No simple Express server
i'm having trouble with resify too.
I searched issues and couldn't seem to find anything, is it possible to just add the Kue UI to my existing application?
For instance