diff --git a/app/gitlab.py b/app/gitlab.py index 85baea52..a755309f 100644 --- a/app/gitlab.py +++ b/app/gitlab.py @@ -17,7 +17,7 @@ def create_issue(title, description): } r = requests.post( - 'http://git.luker.gq/api/v4/projects/2/issues', + 'https://git.luker.gq/api/v4/projects/1/issues', data=post_args, headers=headers )