We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d667b6d commit 8ecea10Copy full SHA for 8ecea10
examples/node-js/example.js
@@ -14,6 +14,7 @@ if (!apiKey) {
14
15
const configuration = new Configuration({
16
apiKey,
17
+ // Set this to your local instance or Cloudflare deployment
18
basePath: `http://localhost:8787/proxy`,
19
baseOptions: {
20
headers: {
0 commit comments