mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
fix default webhook url
This commit is contained in:
parent
374f66daf9
commit
d4fe134de8
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ export async function createProject(formData: FormData) {
|
||||||
secret,
|
secret,
|
||||||
nextWorkflowNumber: 1,
|
nextWorkflowNumber: 1,
|
||||||
testRunCounter: 0,
|
testRunCounter: 0,
|
||||||
webhookUrl: 'http://tools_webhook:3005/tool_call',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// add first workflow version
|
// add first workflow version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue