lunatic-solutions/submillisecond

Support `[...]` syntax for multiple middleware in macro

Closed this issue · 0 comments

Currently the router macro doesn't really have support for specifying multiple middleware.

We should add support for:

with middleware;
with [mid1, mid2];