Skip to content

Commit

Permalink
fix: delete https option
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <youngjinjo@megazone.com>
  • Loading branch information
yjinjo committed Jun 10, 2024
1 parent 6597673 commit 9b7cc0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloudforet/console_api_v2/service/auth_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def _extract_credentials(
"http_host": console_api_v2_endpoint,
"script_name": request.url.path,
"post_data": form_data,
"https": "on",
}

@staticmethod
Expand Down

0 comments on commit 9b7cc0a

Please sign in to comment.