Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 63eaaed

Browse files
committed
Seeing if this helps with DiceID callback
1 parent cb287a4 commit 63eaaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/appirio/tech/core/service/identity/resource/UserResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ private String sendDiceInvitation(UserDiceAttributes diceAttributes)
18191819
@POST
18201820
@Path("/dice-callback")
18211821
@Timed
1822-
public ApiResponse diceStatus(@Valid PostPutRequest<DiceCallbackRequest> postRequest,
1822+
public ApiResponse diceCallback(@Valid PostPutRequest<DiceCallbackRequest> postRequest,
18231823
@Context HttpServletRequest request) {
18241824
logger.info(String.format("Dice callback: %s %s", postRequest, request));
18251825
if (!diceAuth.isValidAPIKey(request)) {

0 commit comments

Comments
 (0)