@beatgig/backend-types
Advanced tools
Comparing version 1.0.1632427172-1632427234 to 1.0.1632427172-1632505150
@@ -27,5 +27,5 @@ /* istanbul ignore file */ | ||
OpenAPI.BASE = 'http://192.168.1.136:8000' | ||
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'http://192.168.1.136:8000' } | ||
OpenAPI.BASE = 'https://prod.live.hackgig.com' | ||
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'https://prod.sandbox.hackgig.com' } | ||
@@ -1,1 +0,1 @@ | ||
{"name": "@beatgig/backend-types", "version": "1.0.1632427172-1632427234", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false} | ||
{"name": "@beatgig/backend-types", "version": "1.0.1632427172-1632505150", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false} |
291981