We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4928b commit 83520e8Copy full SHA for 83520e8
js/common/config.js
@@ -1,6 +1,11 @@
1
// config.js
2
const AppConfig = {
3
+<<<<<<< HEAD
4
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
9
};
10
11
export default AppConfig;
0 commit comments