Skip to content

Commit

Permalink
Updated oscr.stobilds.com to use HTTPS (#32)
Browse files Browse the repository at this point in the history
* Added Combat Time to Copy Summary.

* Updated league connector for new backend.

* Update League Connector to use oscr.stobuilds.com (HTTP)

* Updated oscr.stobilds.com to use HTTPS
  • Loading branch information
Kraust authored May 27, 2024
1 parent 6b4a6c8 commit e7e5a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSCRUI/leagueconnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(self, address=None):

# TODO: This is a test domain and not for production.
if not address:
self.address = "http://oscr.stobuilds.com"
self.address = "https://oscr.stobuilds.com"

self.api_client = OSCR_django_client.api_client.ApiClient()
self.api_client.configuration.host = self.address
Expand Down

0 comments on commit e7e5a95

Please sign in to comment.