ENH: Collection attachments ()

This commit is contained in:
Matthew Ryan Dillon 2017-12-01 12:57:05 -07:00 committed by GitHub
parent 2a7b11720e
commit a908b06b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 5 deletions
ccdb/api

View file

@ -23,6 +23,8 @@ router.register(r'collection-types',
router.register(r'collection-flaws',
collections_viewsets.FlawViewSet)
router.register(r'adfg-permits', collections_viewsets.ADFGPermitViewSet)
router.register(r'datasheet-attachments',
collections_viewsets.DatasheetAttachmentViewSet)
# Projects
router.register(r'projects', projects_viewsets.ProjectViewSet)
# Locations