chore(api): route using urls
Allow to register function views in the same app instead of globaly.
This commit is contained in:
parent
33e5e8ada3
commit
0e3ede5a1a
6 changed files with 22 additions and 14 deletions
|
@ -20,3 +20,5 @@ router.register("playout-history-metadata", PlayoutHistoryMetadataViewSet)
|
|||
router.register("playout-history-templates", PlayoutHistoryTemplateViewSet)
|
||||
router.register("playout-history-template-fields", PlayoutHistoryTemplateFieldViewSet)
|
||||
router.register("timestamps", TimestampViewSet)
|
||||
|
||||
urls = router.urls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue