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 24f136e commit bc6a134Copy full SHA for bc6a134
js/common/config.js
@@ -1,6 +1,6 @@
1
// config.js
2
const AppConfig = {
3
- API_BASE_URL: '192.144.12.110:8080' // Базовый URL сервера
+ API_BASE_URL: 'http://192.144.12.110:8080' // Базовый URL сервера
4
};
5
6
export default AppConfig;
0 commit comments