Skip to content

Commit

Permalink
added filelocation setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas0T committed Sep 5, 2024
1 parent 948b675 commit 4aed50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public Map<String, Object> loadBundleFromFileSystem(String jobId, String request

// Set the transactionTime and requestUrl into the response
response.put("transactionTime", transactionTime);
response.put("request", hostname+"/"+operation);
response.put("request", hostname+operation);
response.put("requiresAccessToken", false);
response.put("output", outputFiles);
logger.debug("OutputFiles size {}",outputFiles.size());
Expand Down

0 comments on commit 4aed50f

Please sign in to comment.