cellpose-web/frontend/api.js

9 lines
192 B
JavaScript
Raw Normal View History

const config = {
server: {
protocol: 'http',
host: '10.10.25.240',
port: 5000
}
};
const API_BASE = `${config.server.protocol}://${config.server.host}:${config.server.port}/`;