Skip to content

Commit f04a874

Browse files
Merge pull request #189 from canonical/url-fix-directory-api
2 parents 8beccd0 + d02e80c commit f04a874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def get_user_from_directory_by_key(key, value):
254254
# so we have to send two requests instead of one for first and last names
255255
try:
256256
response = requests.post(
257-
"https://directory.wpe.internal/graphql/",
257+
"https://api.directory.canonical.com/graphql/",
258258
json={
259259
"query": query,
260260
"variables": {"value": value.strip()},

0 commit comments

Comments
 (0)