We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Bruno,
express.Router() call should work as with standard express, but I got the following error :
TypeError: express.Router is not a function
It seems you forgot to export :
export function Router(options?: RouterOptions): core.Router;
The text was updated successfully, but these errors were encountered:
same for express.static(...)
Sorry, something went wrong.
No branches or pull requests
Hi Bruno,
express.Router() call should work as with standard express, but I got the following error :
It seems you forgot to export :
The text was updated successfully, but these errors were encountered: