Skip to content

Commit 9feb078

Browse files
committed
??
1 parent b010666 commit 9feb078

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/js/api.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const API_BASE_URL = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
2-
? 'http://localhost:5000'
3-
: 'https://logitrack-ppnc.onrender.com';
1+
const API_BASE_URL = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
2+
? 'http://localhost:5000'
3+
: 'https://logitrack-ppne.onrender.com';
44

55
const API_URL = `${API_BASE_URL}/api`;
66

0 commit comments

Comments
 (0)