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
I have a Node.js server (which uses express.js) and I need my server to be able to receive method calls and respond with method responses on a route /callback (myserver.tld/callback).
I don't want to listen another port. How do I achieve this?
The text was updated successfully, but these errors were encountered:
I have a Node.js server (which uses express.js) and I need my server to be able to receive method calls and respond with method responses on a route /callback (myserver.tld/callback).
I don't want to listen another port. How do I achieve this?
The text was updated successfully, but these errors were encountered: