Skip to content

Commit 95e6f9c

Browse files
committed
fix endpoint
1 parent 52ae7e1 commit 95e6f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32609,7 +32609,7 @@ async function run() {
3260932609
repo,
3261032610
});
3261132611
// Call CodeBeaver API
32612-
const response = await fetch('https://app.codebeaver.ai/api/webhook/', {
32612+
const response = await fetch('https://bkn.codebeaver.ai/api/webhook/', {
3261332613
method: 'POST',
3261432614
headers: {
3261532615
'Content-Type': 'application/json',

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function run(): Promise<void> {
2121
});
2222

2323
// Call CodeBeaver API
24-
const response = await fetch('https://app.codebeaver.ai/api/webhook/', {
24+
const response = await fetch('https://bkn.codebeaver.ai/api/webhook/', {
2525
method: 'POST',
2626
headers: {
2727
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)