Open
Description
Can gin have a group without a prefix?
According to the documentation on the method, the answer is YES. but I need to make sure it is supported.
Line 50 in 0304ee9
What I am trying to achieve is to group some routes together and apply some middleware (JWT) without having to add some prefix to them all.