+ 1
How to call an internal API in express.js?
If I request domain.com/:username A function should call /api/users/:username And return the value
1 Answer
+ 1
use response.redirect
If I request domain.com/:username A function should call /api/users/:username And return the value