Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Describe your changes Add route that allows you to download all incidents. ## Checklist before requesting a review - [x] The code runs successfully. ```commandline (ucpd-incident-reporting-py3.11) michaelp@MacBook-Air-18 ucpd-incident-reporting % make run uvicorn incident_reporting.main:app --reload --host 0.0.0.0 --port 8000 INFO: Will watch for changes in these directories: ['/Users/michaelp/Documents/GitHub/ucpd-incident-reporting'] INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) INFO: Started reloader process [87829] using StatReload INFO: Started server process [87832] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 127.0.0.1:63467 - "GET / HTTP/1.1" 200 OK INFO: 127.0.0.1:63467 - "GET /incidents/all HTTP/1.1" 200 OK ```
- Loading branch information