Try to upgrade gdal
This commit is contained in:
@ -122,7 +122,7 @@
|
||||
// イベント一覧の取得と表示
|
||||
async function loadEvents() {
|
||||
try {
|
||||
const response = await fetch(`${API_BASE_URL}/api/newevent2/`, {
|
||||
const response = await fetch(`${API_BASE_URL}/api/new-events/`, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user