Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
junheeL authored Dec 27, 2023
1 parent 76f1316 commit 42da6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/seminar/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

const getSeminars = async (schedule_id) => {
let response = await fetch(format(api_url + '?scheduled_at={0}', schedule_id))
let response = await fetch(format(api_url + 'seminar/?scheduled_at={0}', schedule_id))
let data = await response.json()
// console.log(data)
return data
Expand Down

0 comments on commit 42da6c0

Please sign in to comment.