📜  部署 .net core - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:51.450000             🧑  作者: Mango

代码示例1
>Download ngrok from https://ngrok.com/download
>Install auth token
>Use this code to expose the localhost port 5001: 
    ngrok http https://localhost:5001 -host-header="localhost:5001"