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

Commit

Permalink
Routes with app.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed May 26, 2021
1 parent 830b0d2 commit d87cb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.bind.annotation.ResponseBody;

@Controller
@RequestMapping("/v1/verifier")
@RequestMapping("/app/verifier/v1")
public class VerifierConfigController {

protected final Messages messages;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.bind.annotation.ResponseBody;

@Controller
@RequestMapping("/v1/wallet")
@RequestMapping("/app/wallet/v1")
public class WalletConfigController {

protected final Messages messages;
Expand Down

0 comments on commit d87cb77

Please sign in to comment.