@basetime/a2w-api-ts
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -238,5 +238,2 @@ "use strict"; | ||
} | ||
if (process.env.NODE_ENV === "development") { | ||
return "https://local.addtowallet.io:5009/api/v1"; | ||
} | ||
return "https://app.addtowallet.io/api/v1"; | ||
@@ -243,0 +240,0 @@ }; |
@@ -205,5 +205,2 @@ // src/Endpoint.ts | ||
} | ||
if (process.env.NODE_ENV === "development") { | ||
return "https://local.addtowallet.io:5009/api/v1"; | ||
} | ||
return "https://app.addtowallet.io/api/v1"; | ||
@@ -210,0 +207,0 @@ }; |
{ | ||
"name": "@basetime/a2w-api-ts", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Client library that communicates with the addtowallet API.", |
Sorry, the diff of this file is not supported yet
97930
2751