ENH: Collection attachments (#36)
This commit is contained in:
parent
2a7b11720e
commit
a908b06b99
3 changed files with 24 additions and 5 deletions
ccdb/api
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue