Skip to content

Commit

Permalink
fix: Fix production backend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszputek committed Sep 17, 2024
1 parent c7ba1f9 commit b8a8506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend-env.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"BACKEND_API_URL_DEV": "http://localhost:3000",
"BACKEND_API_URL_PROD": "/"
"BACKEND_API_URL_PROD": ""
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b8a8506

Please sign in to comment.