7 lines
222 B
Markdown
7 lines
222 B
Markdown
Basic API:
|
|
|
|
```bash
|
|
curl -X GET http://localhost:3000/api/v1/status/last-fire-detected
|
|
curl -X GET http://localhost:3000/api/v1/status/last-fire-check
|
|
curl -X GET http://localhost:3000/api/v1/status/active-fires-count
|
|
```
|