Skip to content

Commit

Permalink
Remove real live api key
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed Jan 23, 2024
1 parent 93a8083 commit a369644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-site-node/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { provideHeadless } = require('@yext/search-headless');

const answers = provideHeadless({
apiKey: '2d8c550071a64ea23e263118a2b0680b',
apiKey: '<REPLACE ME>',
experienceKey: 'slanswers',
locale: 'en'
});
Expand Down

0 comments on commit a369644

Please sign in to comment.