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
Rather than having a client pass use the URL to the API (or environment) they want to use, what if we exposed a production key in the Configuration which switch between int and prod:
// ThisconstapiConfig=newConfiguration({production: false})// Instead of this:constapiConfig=newConfiguration({basePath: "https://int-api.mx.com",})
The text was updated successfully, but these errors were encountered:
Rather than having a client pass use the URL to the API (or environment) they want to use, what if we exposed a
production
key in theConfiguration
which switch between int and prod:The text was updated successfully, but these errors were encountered: