Skip to content

Commit bc6a134

Browse files
committed
fix() base url
1 parent 24f136e commit bc6a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/common/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// config.js
22
const AppConfig = {
3-
API_BASE_URL: '192.144.12.110:8080' // Базовый URL сервера
3+
API_BASE_URL: 'http://192.144.12.110:8080' // Базовый URL сервера
44
};
55

66
export default AppConfig;

0 commit comments

Comments
 (0)