mastodonapi.php aktualisiert
This commit is contained in:
parent
1c5ff5890a
commit
5e2590144b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class YellowMastodonAPI {
|
|||
$this->yellow->system->setDefault("mastodonapiAuthor", "YellowUser");
|
||||
$this->yellow->system->setDefault("mastodonapiTag", "Fediverse");
|
||||
$this->yellow->system->setDefault("mastodonapiFolder", "content/1-blog/");
|
||||
$this->yellow->system->setDefault("mastodonapiTriggerPath", "/mastodonrss-webhook-CHANGE_THIS_SECRET_KEY");
|
||||
$this->yellow->system->setDefault("mastodonapiTriggerPath", "/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY");
|
||||
}
|
||||
|
||||
// Handle web requests (NUR für den Webhook-Trigger)
|
||||
|
|
|
|||
Loading…
Reference in a new issue