mirror of
https://github.com/ihabunek/toot
synced 2025-01-27 09:41:26 +01: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…
x
Reference in New Issue
Block a user