johoehn

Results 2 issues of johoehn

I want to use dompdf, I installed it via composer. I did use Dompdf\Dompdf; in top of the Controller and used it like the example says: $dompdf = new Dompdf();...

Hi, i get following error when I apply example from repository: TypeError: Router.use() requires a middleware function but got a Promise when I do app.use('/mongo_express', mongo_express(mongo_express_config)) Any ideas? Thanks!