2025-09-26 16:01:42 +00:00
|
|
|
const config = {
|
|
|
|
|
server: {
|
|
|
|
|
protocol: 'http',
|
2025-10-16 17:31:03 +00:00
|
|
|
host: '10.10.25.240',
|
2025-09-26 16:01:42 +00:00
|
|
|
port: 5000
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const API_BASE = `${config.server.protocol}://${config.server.host}:${config.server.port}/`;
|