Oczyszczanie URL Usuwanie slash’y, query string, wszystkie małe litery const path = req.url.replace(/\/?(?:\?.*)?$/, '').toLowerCase()