You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the root URL https://{api_id}.execute-api.{self.region}.amazonaws.com/ instead of the path https://{api_id}.execute-api.{self.region}.amazonaws.com/fireprox/? I tried modifying the code to support this, but I wasn't able to figure it out, as I'm not sure what the paths in the template are doing. (I believe that's what needs to be changed)
The text was updated successfully, but these errors were encountered:
Unfortunately Fireprox was designed to use /fireprox specifically. It will still point to the root of whatever URL you point it at. It's mainly just for the API gateway.
Is there a way to use the root URL
https://{api_id}.execute-api.{self.region}.amazonaws.com/
instead of the pathhttps://{api_id}.execute-api.{self.region}.amazonaws.com/fireprox/
? I tried modifying the code to support this, but I wasn't able to figure it out, as I'm not sure what the paths in the template are doing. (I believe that's what needs to be changed)The text was updated successfully, but these errors were encountered: