bcgov / range-api

My Range BC API
https://myrangebc.gov.bc.ca
Apache License 2.0
1 stars 7 forks source link

Add file upload and plan attachment endpoints #238

Closed calebissharp closed 4 years ago

calebissharp commented 4 years ago

Adds a plan_file table to track files on plans. The files are stored in Minio, and I've added a container to the dev docker-compose environment.

New endpoints are:

Resolves #217