Update index.html

This commit is contained in:
Jörg Lohrer 2025-05-21 08:49:29 +02:00 committed by GitHub
parent 3a7f917ad1
commit 5a671136d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@
};
try {
const res = await fetch('https://n8n.rpi-virtuell.de/webhook-test/create-learning-task', {
const res = await fetch('https://n8n.rpi-virtuell.de/webhook/create-learning-task', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(json)