ntuee-webprogramming / hack3-QAs

0 stars 0 forks source link

自行修改 backend 的 PORT #5

Closed Kevin-Shiuan closed 2 years ago

Kevin-Shiuan commented 2 years ago

電腦本身就有系統佔用 PORT 5000, 自行更改 backend 的 PORT 成 4000,需要另外註明嗎?

ntuee-webprogramming commented 2 years ago

若是 Mac 可以參考 https://developer.apple.com/forums/thread/682332 把 5000 關掉 自動測試都是用 localhost:5000 去測試,所以最好請還是改成 5000 上傳

ntuee-webprogramming commented 2 years ago

解決了嗎?

Kevin-Shiuan commented 2 years ago

解決了,謝謝!