Open tchambard opened 7 years ago
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;
same for express.static(...)
Hi Bruno,
express.Router() call should work as with standard express, but I got the following error :
It seems you forgot to export :