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
Firstly sorry for my english.
I'm trying use Agendash with Fastify, but when I set the prefix to access Agendash in localhost:3333/dash, the interface isn't displayed.
Firstly sorry for my english.
I'm trying use Agendash with Fastify, but when I set the prefix to access Agendash in localhost:3333/dash, the interface isn't displayed.
My code:
app.register(Agendash(agenda, { middleware: 'fastify'}), { prefix: '/dash', })
app is instance of Fastify
The text was updated successfully, but these errors were encountered: