Change website in example08 to example.com.
This commit is contained in:
parent
31df2a703d
commit
df51d4fdcc
|
@ -54,7 +54,7 @@ int main(int argc, char *argv[])
|
||||||
// Create an “Application” (/api/v1/apps),
|
// Create an “Application” (/api/v1/apps),
|
||||||
// and get URI for the authorization code (/oauth/authorize).
|
// and get URI for the authorization code (/oauth/authorize).
|
||||||
auto answer{token.step_1("Testclient", "read:blocks read:mutes",
|
auto answer{token.step_1("Testclient", "read:blocks read:mutes",
|
||||||
"https://tastytea.de/")};
|
"https://example.com/")};
|
||||||
if (!answer)
|
if (!answer)
|
||||||
{
|
{
|
||||||
handle_error(answer);
|
handle_error(answer);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user