add panoramax token
This commit is contained in:
parent
f66e5e3f7b
commit
1a3df2ed75
12 changed files with 1132 additions and 61 deletions
|
@ -1536,8 +1536,8 @@ class DemoResource:
|
|||
// Update event info
|
||||
document.getElementById('event-info').innerHTML = '<p>Loading events...</p>';
|
||||
|
||||
// Fetch events from the API - using limit=1000 to get more events
|
||||
fetch('/event?limit=1000')
|
||||
// Fetch events from the public API - using limit=1000 to get more events
|
||||
fetch('https://api.openeventdatabase.org/event?limit=1000')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
if (data.features && data.features.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue