Skip to content

Commit

Permalink
use fence local service url
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Nov 13, 2023
1 parent dcad168 commit 398dfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/argowrapper/routes/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def check_user_billing_id(request):
"""

header = {"Authorization": request.headers.get("Authorization")}
# url = request.base_url._url.rstrip("/") + "/user/user"
url = "http://fence-service/user"
try:
r = requests.get(url=url, headers=header)
Expand Down

0 comments on commit 398dfa0

Please sign in to comment.