hubsrht/services: Use api-origin where necessary

This commit is contained in:
Adnan Maolood 2022-02-14 12:42:06 -05:00 committed by Drew DeVault
parent 7e41182f56
commit 91146b1a15
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class GitService(SrhtService):
}
}
"""
r = self.post(user, None, f"{_gitsrht}/query", {
r = self.post(user, None, f"{_gitsrht_api}/query", {
"query": query,
"variables": {
"username": repo.owner.canonical_name,