Skip to content

Commit

Permalink
add slug to service bridge serializer for internet exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Mar 5, 2024
1 parent b77dd58 commit 63de4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/django_ixctl/rest/serializers/service_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Meta:
fields = [
"org_id",
"id",
"slug",
"pdb_id",
"name",
"verified",
Expand Down

0 comments on commit 63de4b0

Please sign in to comment.