mirror of
https://github.com/ihabunek/toot.git
synced 2024-12-04 14:46:33 -05:00
Fix app registration
Was using http instead of https.
This commit is contained in:
parent
9787954a32
commit
06a68d4142
@ -17,7 +17,7 @@ def _account_action(app, user, account, action):
|
||||
|
||||
|
||||
def create_app(domain):
|
||||
url = 'http://{}/api/v1/apps'.format(domain)
|
||||
url = 'https://{}/api/v1/apps'.format(domain)
|
||||
|
||||
data = {
|
||||
'client_name': CLIENT_NAME,
|
||||
|
Loading…
Reference in New Issue
Block a user