mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 15:04:51 +00:00
9 lines
No EOL
195 B
JavaScript
9 lines
No EOL
195 B
JavaScript
const config = {
|
|
server: {
|
|
protocol: 'http',
|
|
host: '192.168.193.141',
|
|
port: 5000
|
|
}
|
|
};
|
|
|
|
const API_BASE = `${config.server.protocol}://${config.server.host}:${config.server.port}/`; |