Skip to content

Commit 8edd6f7

Browse files
committed
feat() set localhost options
1 parent bc6a134 commit 8edd6f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/common/config.js

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

67
export default AppConfig;

0 commit comments

Comments
 (0)