chore: update sandbox base url (#430)

This commit is contained in:
chikke srujan
2023-01-20 00:45:33 +05:30
committed by GitHub
parent 57c46b2442
commit 35ddf94766
4 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ Use the following base URLs when making requests to the APIs:
| Environment | Base URL |
|---------------|------------------------------------------------------|
| Sandbox | <https://sandbox-router.juspay.io> |
| Sandbox | <https://sandbox.hyperswitch.io> |
| Production | <https://router.juspay.io> |
## Authentication
@ -39,7 +39,7 @@ Never share your secret api keys. Keep them guarded and secure.
"#,
),
servers(
(url = "https://sandbox-router.juspay.io", description = "Sandbox Environment"),
(url = "https://sandbox.hyperswitch.io", description = "Sandbox Environment"),
(url = "https://router.juspay.io", description = "Production Environment")
),
paths(