Skip to content

Commit f3186f9

Browse files
committed
dynamic service url
1 parent c1f29f2 commit f3186f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srv/printToPrintService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const getDestination = async () => {
5353
return transformServiceBindingToClientCredentialsDestination(
5454
Object.assign(service, {
5555
credentials: service.credentials.uaa,
56-
url: "https://api.eu12.print.services.sap",
57-
}), // TODO: make dynamic
56+
url: service.credentials.service_url,
57+
}),
5858
options,
5959
);
6060
},

0 commit comments

Comments
 (0)