From b8a8506e1ab7aed69254ded69dd5adb50fbb9f1d Mon Sep 17 00:00:00 2001 From: Bartosz Putek Date: Tue, 17 Sep 2024 22:48:54 +0200 Subject: [PATCH] fix: Fix production backend URL --- frontend-env.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-env.json b/frontend-env.json index 0b7230e..b37d310 100644 --- a/frontend-env.json +++ b/frontend-env.json @@ -1,4 +1,4 @@ { "BACKEND_API_URL_DEV": "http://localhost:3000", - "BACKEND_API_URL_PROD": "/" + "BACKEND_API_URL_PROD": "" } \ No newline at end of file diff --git a/package.json b/package.json index 8a2962a..7edb272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poker-master-tool", - "version": "2.0.0", + "version": "2.0.1", "description": "Open-source poker hand calculator", "main": "dist/index.js", "scripts": {