NASA-IMPACT / admg-backend

Apache License 2.0
2 stars 0 forks source link

Throw a 404 if a ModelObjectView object does not exist #611

Closed edkeeble closed 7 months ago

edkeeble commented 7 months ago

We were previously not catching DoesNotExist errors and thus throwing 500s if an object did not exist.

Resolves #602