Skip to content

Commit 3fc9b4b

Browse files
authored
Update fetch-course.js
1 parent ad8703f commit 3fc9b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fetch-course.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function fetchCourse() {
1414
console.log('📥 Fetching course...');
1515

1616
try {
17-
const response = await fetch('https://workshops.de/api/course/32');
17+
const response = await fetch('https://workshops.de/api/courses/32');
1818
if (!response.ok) {
1919
throw new Error(`HTTP ${response.status}: ${response.statusText}`);
2020
}

0 commit comments

Comments
 (0)