Skip to content

Instantly share code, notes, and snippets.

@franciscojsc
Created October 17, 2021 04:26
Show Gist options
  • Save franciscojsc/9fd97d32f74157e0c470a1dbf87a8e4d to your computer and use it in GitHub Desktop.
Save franciscojsc/9fd97d32f74157e0c470a1dbf87a8e4d to your computer and use it in GitHub Desktop.
Ngrok para desenvolvimento local WebApi ASP.NET Core

Para executar uma aplicação WebApi ASP.NET Core com o Ngrok, utilize o comando abaixo:

ngrok http https://localhost:5001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment