Skip to content

Commit

Permalink
add uri_prefix to AttributeIndexSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Feb 9, 2023
1 parent dd0a232 commit 3030518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdmo/domain/serializers/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class Meta:
fields = (
'id',
'uri',
'uri_prefix',
'key',
'path'
)

0 comments on commit 3030518

Please sign in to comment.