Skip to content

Commit

Permalink
Registering ComputingFacility ViewSet to create /api/computingfacilit…
Browse files Browse the repository at this point in the history
…y endpoint. . Addresses #38.
  • Loading branch information
joncison committed Aug 12, 2020
1 parent d174d4c commit 8a52abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ifbcatsandbox_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
router.register('elixirplatform', views.ElixirPlatformViewSet)
router.register('community', views.CommunityViewSet)
router.register('project', views.ProjectViewSet)
router.register('computingfacility', views.ComputingFacilityViewSet)

# APIView ("testapiview" below) endpoints are registered differently than API ViewSet
# "include" function is used to include a list of URLS into the URL pattern
Expand Down

0 comments on commit 8a52abd

Please sign in to comment.