Skip to content

Commit dc81489

Browse files
Merge pull request #35 from MonobikashDas/1.2.0.1
Added missing code
2 parents 9412251 + 914cfad commit dc81489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.mosip</groupId>
1111
<artifactId>mimoto</artifactId>
12-
<version>1.2.0-SNAPSHOT</version>
12+
<version>1.2.0.1-SNAPSHOT</version>
1313
<name>mimoto</name>
1414
<description>Mobile server backend supporting Inji.</description>
1515

src/main/java/io/mosip/mimoto/controller/CredentialShareController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class CredentialShareController {
8282
* @throws Exception
8383
*/
8484
@PostMapping(path = "/callback/notify", consumes = MediaType.APPLICATION_JSON_VALUE, produces = MediaType.APPLICATION_JSON_VALUE)
85-
@PreAuthenticateContentAndVerifyIntent(secret = "${mosip.event.secret}", callback = "${mosip.event.callBackUrl}", topic = "${mosip.event.topic}")
85+
@PreAuthenticateContentAndVerifyIntent(secret = "${mosip.event.secret}", callback = "/v1/mimoto/credentialshare/callback/notify", topic = "${mosip.event.topic}")
8686
public ResponseEntity<GenericResponseDTO> handleSubscribeEvent(@RequestBody EventModel eventModel)
8787
throws Exception {
8888
logger.info("Received websub event:: transaction id = " + eventModel.getEvent().getTransactionId());

0 commit comments

Comments
 (0)