如何在我的数据库中连接我的外部API

问题描述 投票:0回答:1

这是我的服务器连接

从 './app' 导入应用程序 function main() { app.listen(574, 'localhost', () => { console.log('服务器在端口 574 运行') }) } main()

从 './app' 导入应用程序 function main() { app.listen(333, 'localhost', () => { console.log('服务器在端口 333 运行') }) } main()

typescript api fetch
1个回答
0
投票

以管理员身份运行,检查其他实例,更改端口

© www.soinside.com 2019 - 2024. All rights reserved.