Menyebarkan .NET Core
>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"
ekkamrit