cellpose-web/frontend/api.js

9 lines
195 B
JavaScript
Raw Normal View History

const config = {
server: {
2025-10-22 14:47:22 +00:00
protocol: 'http',
host: '192.168.193.141',
port: 5000
}
};
const API_BASE = `${config.server.protocol}://${config.server.host}:${config.server.port}/`;