Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
issue #19 changing to a temporary redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
josecollazzi committed Mar 22, 2019
1 parent eb9d0bd commit 8c7d98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public Response receivedDecisionResponse(@PathParam("code") String code, @PathPa
String joinUrl = engineClient.sendResponseToEngine(emailRequest, response);
LOGGER.info("joinUrl: " + joinUrl);

return Response.seeOther(URI.create(joinUrl)).build();
return Response.temporaryRedirect(URI.create(joinUrl)).build();
}
}

0 comments on commit 8c7d98a

Please sign in to comment.