Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 754288a

Browse files
Removed hard-coded url
1 parent 3d17b8f commit 754288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Probatio/Probatio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Plugins.Probatio = function(params) {
493493
instance.toggleBusy(true);
494494
Lab.Util.Ajax.ajax(
495495
'POST',
496-
'/ajax/integration/get-collection?_service=customer/db/probatio/',
496+
'/ajax/integration/get-collection?_service=' + instance.servicePath,
497497
requestData,
498498
function (resp) {
499499
instance.toggleBusy(false);

0 commit comments

Comments
 (0)