Skip to content

Commit

Permalink
fix(config): voiceMessage url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 19, 2024
1 parent 877934b commit 8bf8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"voiceMessage": {
"enabled": false,
"authorizationHeader": "Authorization",
"url": "https://api.fivemange/api/audio",
"url": "https://api.fivemanage/api/audio",
"returnedDataIndexes": ["url"]
}
}

0 comments on commit 8bf8d92

Please sign in to comment.