Skip to content

Commit 387a3fc

Browse files
committed
Tweaked a resource to give it the correct name in the api registry.
- Legacy-Id: 11649
1 parent 910192b commit 387a3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Meta:
263263
queryset = UrlResource.objects.all()
264264
serializer = api.Serializer()
265265
cache = SimpleCache()
266-
#resource_name = 'urlresource'
266+
resource_name = 'urlresource'
267267
filtering = {
268268
"id": ALL,
269269
"url": ALL,

0 commit comments

Comments
 (0)