From 42da6c05e1d2b8be0cb6c29723dddcaa5b86125c Mon Sep 17 00:00:00 2001 From: junhee_lee Date: Wed, 27 Dec 2023 17:30:25 +0900 Subject: [PATCH] Update list.html --- layouts/seminar/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/seminar/list.html b/layouts/seminar/list.html index 12f88ae..65ed75a 100644 --- a/layouts/seminar/list.html +++ b/layouts/seminar/list.html @@ -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