I have an API with ngrok and I'm trying to use it with a shopify proxy. Here are the details:API url: http://XXXXXX.ngrok.iothe code that generates the API: app = Flask(__name__, template_folder='/content')
run_with_ngrok(app)
CORS(app)
app.config['...