I am wondering if NodeJS allow app.use(\'/api\', postRoute) and app.use(\'/api\', authRoute) as middleware.
I am facing an issue where I think I am not allowed to use