How can i get the event within middleware?
Hi there,
I need to know some of the headers (and some other details) from the event in middleware.
However it seems like useEvent does not work.
Does someone have an idea how i can make it work?
2 Replies
my code is something like:
in side server api routes i would have the event (ofc) but in this case it doesnt look like that.