Olimpiadas-INET-2024-Escuela-Tecnica-21 / fase1_backend

Found the usage of undeclared variables JS-0125
Bug risk
Critical
1 occurrence in this check
51
52    async view(req, res){
53        
54        return res.json(client)55    }
56
57    async validate(req, res){