1 min readApr 28, 2019
Great article! However, I had problems with my URL having a duplicated api/api. I solved this by removing all rewrites and changing
main.use('/api/v1', app);
to
main.use('/v1', app);
Great article! However, I had problems with my URL having a duplicated api/api. I solved this by removing all rewrites and changing
main.use('/api/v1', app);
to
main.use('/v1', app);
Interested in everything related to technology and programming.