Okezie Okpara

Results 1 issues of Okezie Okpara

Hello, I am trying this library for proxying to google maps api. This is my setup: `router.get('/api/google', (req, res, next) => proxy('https://maps.googleapis.com', { proxyReqPathResolver: (req) => 'maps/api/geocode/json?key=${GOOGLE_MAP_KEY}&latlng=6.42533,+3.4148205064377684&language=en-GB', proxyReqOptDecorator: (proxyReqOpts, srcReq)...