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.
1 parent d879b1f commit ea4454eCopy full SHA for ea4454e
lib/Configuration.ts
@@ -103,7 +103,7 @@ export class Configuration {
103
return "http://api.local.dev:3000";
104
case "development":
105
// tslint:disable-next-line:no-http-string
106
- return "http://api.railz.io";
+ return "https://api.railz.io";
107
case "sandbox":
108
return "https://api.sandbox.paymentrails.com";
109
case "production":
0 commit comments