Closed danajanezic closed 7 years ago
From the documentation it is unclear whether it is possible to use middleware when your routes are defined with object literals. Is it possible? If so how?
@danajanezic If you're using Grapnel.listen(), you won't be able to define middleware.
Grapnel.listen()
From the documentation it is unclear whether it is possible to use middleware when your routes are defined with object literals. Is it possible? If so how?