We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba989e + 5c77f08 commit 31218f4Copy full SHA for 31218f4
1 file changed
setu/deeplink.py
@@ -7,7 +7,7 @@
7
class URLS:
8
9
class Sandbox:
10
- url = "https://sandbox.setu.co/api"
+ url = "https://uat.setu.co/api"
11
12
class Prod:
13
url = "https://prod.setu.co/api"
0 commit comments