Skip to content

Commit

Permalink
Use the Pengine API of the current backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Dec 4, 2023
1 parent f85d9e6 commit f07b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ define([ "jquery", "config", "preferences", "utils",
require([config.http.locations.pengines+"/pengines.js"],
function() {
var pdata = {
server: config.http.locations.pengines,
server: backend.url + config.http.locations.pengines,
runner: elem,
application: "swish",
src: query.source,
Expand Down

0 comments on commit f07b652

Please sign in to comment.