mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 15:04:51 +00:00
fix(api): 删除注释
This commit is contained in:
parent
7ba82c4369
commit
09d0756184
1 changed files with 3 additions and 5 deletions
|
|
@ -1,11 +1,9 @@
|
|||
const config = {
|
||||
/* 请根据需求修改下列IP和端口 */
|
||||
server: {
|
||||
protocol: 'http', // 网络协议
|
||||
host: '192.168.193.141', // 主机IP
|
||||
port: 5000 // 后端运行端口
|
||||
protocol: 'http',
|
||||
host: '192.168.193.141',
|
||||
port: 5000
|
||||
}
|
||||
};
|
||||
|
||||
/* 生成API链接 */
|
||||
const API_BASE = `${config.server.protocol}://${config.server.host}:${config.server.port}/`;
|
||||
Loading…
Reference in a new issue