Skip to content
Snippets Groups Projects
Commit 84b0d6dc authored by Luca Morandini's avatar Luca Morandini
Browse files

Merge branch 'fix-wrong-api-version' into 'master'

- Fixed version of the Mastodon API

See merge request feit-comp90024/comp90024!17
parents df951823 edf73613
Branches master
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ unzip /path/to/file.whl
```shell
# Set parameters
. ./secrets.sh
export URL='https://mastodon.au/api/v2'
export URL='https://mastodon.au/api/v1'
# Test access
curl --header "Authorization: Bearer ${MASTODON_ACCESS_TOKEN=}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment