We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8703f commit 3fc9b4bCopy full SHA for 3fc9b4b
1 file changed
scripts/fetch-course.js
@@ -14,7 +14,7 @@ async function fetchCourse() {
14
console.log('📥 Fetching course...');
15
16
try {
17
- const response = await fetch('https://workshops.de/api/course/32');
+ const response = await fetch('https://workshops.de/api/courses/32');
18
if (!response.ok) {
19
throw new Error(`HTTP ${response.status}: ${response.statusText}`);
20
}
0 commit comments