Skip to content

Commit 17284e5

Browse files
author
martinmeerAT
committed
fix() endpoint
1 parent 83520e8 commit 17284e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

js/common/config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// config.js
22
const AppConfig = {
3-
<<<<<<< HEAD
3+
44
API_BASE_URL: 'https://api.otk-help.martinmeer.com' // Базовый URL сервера
5-
=======
6-
//API_BASE_URL: 'http://192.144.12.110:8080' // Базовый URL сервера
7-
API_BASE_URL: 'http://localhost:8080'
8-
>>>>>>> origin/master
5+
6+
//API_BASE_URL: 'http://localhost:8080'
7+
98
};
109

1110
export default AppConfig;

0 commit comments

Comments
 (0)