Loading capif_backend/backoffice_service/core/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class Operations: def delete_user(self, username, password): try: url = 'https://{}:8084/remove'.format(os.getenv('CAPIF_HOSTNAME')) url = 'https://register:8084/remove' headers = { 'Content-Type': 'application/json' Loading Loading
capif_backend/backoffice_service/core/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class Operations: def delete_user(self, username, password): try: url = 'https://{}:8084/remove'.format(os.getenv('CAPIF_HOSTNAME')) url = 'https://register:8084/remove' headers = { 'Content-Type': 'application/json' Loading