Skip to content

Commit 83520e8

Browse files
author
martinmeerAT
committed
fix() merging
1 parent 1a4928b commit 83520e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/common/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// config.js
22
const AppConfig = {
3+
<<<<<<< HEAD
34
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
49
};
510

611
export default AppConfig;

0 commit comments

Comments
 (0)