Skip to content

Commit

Permalink
Merge pull request #444 from jburel/file_upload
Browse files Browse the repository at this point in the history
fix endpoint
  • Loading branch information
jburel authored Sep 16, 2024
2 parents efbf7e3 + 2c097b4 commit 2ca50c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public void connect(UserCredentials uc)
msg.println("Using URL defined server-side for feedback: " + val);
registry.getLogger().debug(this, msg);
container.getRegistry().bind(LookupNames.TOKEN_URL, val + "/qa/initial/");
container.getRegistry().bind(LookupNames.PROCESSING_URL, val + "/qa/uploadProcessing/");
container.getRegistry().bind(LookupNames.PROCESSING_URL, val + "/qa/upload_processing/");
} else {
// needed when switching user
resetKeys(Arrays.asList(LookupNames.TOKEN_URL, LookupNames.PROCESSING_URL));
Expand Down

0 comments on commit 2ca50c6

Please sign in to comment.