Skip to content

Commit ea4454e

Browse files
committed
Fix development URL
1 parent d879b1f commit ea4454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class Configuration {
103103
return "http://api.local.dev:3000";
104104
case "development":
105105
// tslint:disable-next-line:no-http-string
106-
return "http://api.railz.io";
106+
return "https://api.railz.io";
107107
case "sandbox":
108108
return "https://api.sandbox.paymentrails.com";
109109
case "production":

0 commit comments

Comments
 (0)