-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Injiver 722 server side verification (#232)
* [INJIVER-722] - add api for server side verification and integrate with ui Signed-off-by: Sreenadh S <[email protected]> * [INJIVER-722] - update vc status condition and api route Signed-off-by: Sreenadh S <[email protected]> * [INJIVER-722] - update rout config Signed-off-by: Sreenadh S <[email protected]> * [INJIVER-722] - add health actuator Signed-off-by: Sreenadh S <[email protected]> --------- Signed-off-by: Sreenadh S <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
spring.application.name=verify-service | ||
#spring.mvc.servlet.path=/v1/verify | ||
server.servlet.context-path=/v1/verify | ||
server.servlet.context-path=/v1/verify |