-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
group is not a function #1
Comments
I have this same issue. Have you found a solution yet? |
Nope, but i used route function.
;) |
Hi @fdorantesm, you should include |
for handle this issue please provide like this. require('express-group-routes'); //<-------need first implementation //.....line of code app.group("/api/v1", (router) =>{ //hope this help. :) |
Hi Dirk, thanks for this mod.
I tried to use it, but i couldn't do it because group function doesn't exists:
app.group("/api/v1", (router) =>{
^
What i'm doing wrong?
The text was updated successfully, but these errors were encountered: