File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments