How to call an internal API in express.js? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

16th Oct 2019, 12:35 PM
Akib
Akib - avatar
1 Answer
+ 1
use response.redirect
16th Oct 2019, 1:24 PM
Taste
Taste - avatar