Merhaba! TypeError: Missing parameter name at 8: GitHub - pillarjs/path-to-regexp: Turn a path string such as `/user/:name` into a regular expression bu hatanın çözümünü bilen var mı acaba node jsile bir web sitesi backendi yapıyorum bir rota tanımladım app.get(‘/files/*’, (req, res)=>{}); bu koddaki rota hata veriyor
/files/*
dogru bir rota olmayabilir. /files
veya /files/
veya /files/:filename
ne diyor?