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 83520e8 commit 17284e5Copy full SHA for 17284e5
js/common/config.js
@@ -1,11 +1,10 @@
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
+ //API_BASE_URL: 'http://localhost:8080'
9
};
10
11
export default AppConfig;
0 commit comments