summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index c187fa3..26e6474 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -472,7 +472,7 @@ class IssueManager(BaseManager):
class License(GitlabObject):
- _url = '/licenses'
+ _url = '/templates/licenses'
canDelete = False
canUpdate = False
canCreate = False