Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Nov 3, 2024
2 parents 594cd51 + 8cc9e74 commit 5a5f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_routing/api/_serializers/bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BGPRouterSerializer(NetBoxModelSerializer):
class Meta:
model = BGPRouter
fields = ('url', 'id', 'display', 'device', 'asn', 'settings', 'description', 'comments',)
fields = ('url', 'id', 'display', 'device', 'asn', )
brief_fields = ('url', 'id', 'display', 'device', 'asn', )


class BGPScopeSerializer(NetBoxModelSerializer):
Expand Down

0 comments on commit 5a5f8c2

Please sign in to comment.