Skip to content

Commit

Permalink
Remove (now) unused constant. We moved to labels. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Jan 27, 2025
1 parent 0a47a26 commit 47c8ad3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mreg/api/v1/views_network_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
from mreg.api.v1.views import JSONContentTypeMixin
from mreg.api.permissions import IsGrantedNetGroupRegexPermission, IsSuperOrNetworkAdminMember

BASE_PATH = '/api/v1/networkpolicies/'

class NetworkPolicyList(JSONContentTypeMixin, generics.ListCreateAPIView):
queryset = NetworkPolicy.objects.all()
serializer_class = NetworkPolicySerializer
Expand Down

1 comment on commit 47c8ad3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.