how to implement ngrok to forward api code example
Example 1: ngrok config file
ngrok start --config=./ngrok.yml --all
Example 2: ngrok live port vue js
ngrok http 8080 -host-header="localhost:8080"
ngrok start --config=./ngrok.yml --all
ngrok http 8080 -host-header="localhost:8080"