Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from romainricard/romainricard-api-change-domain
Browse files Browse the repository at this point in the history
Update API domain
  • Loading branch information
ioistired authored Jan 14, 2021
2 parents 63245aa + 1d7bd99 commit 7fae776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adhesive/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _img_to_png(image_data: bytes, thumbnail=False) -> bytes:
async def propose_to_signalstickers_dot_com(http, metadata: dict, *, token, test_mode=False):
metadata['test_mode'] = test_mode
r = await http.post(
'https://api.signalstickers.com/pack/propose',
'https://api-v1.signalstickers.com/pack/propose',
json=metadata,
headers={'X-Auth-Token': token},
timeout=60,
Expand Down

0 comments on commit 7fae776

Please sign in to comment.