add demo page
This commit is contained in:
parent
fab0e979d5
commit
cc870323bf
6 changed files with 425 additions and 15 deletions
|
@ -32,7 +32,8 @@ class RootResource:
|
|||
"/event": "Get events matching specified criteria",
|
||||
"/event/{id}": "Get a specific event by ID",
|
||||
"/event/search": "Search for events using a GeoJSON geometry",
|
||||
"/stats": "Get statistics about the database"
|
||||
"/stats": "Get statistics about the database",
|
||||
"/demo": "Interactive demo page with a map showing current events"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue