fix(payment): default broker host port to 1607 (8090 was allocated on the server)
This commit is contained in:
@@ -16,7 +16,7 @@ export const runtime = "nodejs";
|
||||
* /api/admin/pay/transactions?... → .../v1/admin/transactions?...
|
||||
*/
|
||||
function paymentBase(): string {
|
||||
return (process.env.PAYMENT_SVC_URL || "http://localhost:8090").replace(/\/+$/, "");
|
||||
return (process.env.PAYMENT_SVC_URL || "http://localhost:1607").replace(/\/+$/, "");
|
||||
}
|
||||
|
||||
async function forward(
|
||||
|
||||
Reference in New Issue
Block a user