You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this sounds silly. I just got here from a stack overflow link so unsure whether this can do what I want.
I don't need to proxy my express server request endpoint but I want to proxy an api dependency in my express server. I mean in my express server, I need to call some external apis before I can do my business logic. Say I need to call an api /foo/api/*, I want to be able to switch this endpoint with /foomock/api/* when I want to use.
Can this library do this?
Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sorry if this sounds silly. I just got here from a stack overflow link so unsure whether this can do what I want.
I don't need to proxy my express server request endpoint but I want to proxy an api dependency in my express server. I mean in my express server, I need to call some external apis before I can do my business logic. Say I need to call an api
/foo/api/*
, I want to be able to switch this endpoint with/foomock/api/*
when I want to use.Can this library do this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions