mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
bump: response format for preview sdk.
This commit is contained in:
parent
58aaee1c4a
commit
59fce99ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
->setTwitter(APP_SOCIAL_TWITTER_HANDLE)
|
||||
->setDiscord(APP_SOCIAL_DISCORD_CHANNEL, APP_SOCIAL_DISCORD)
|
||||
->setDefaultHeaders([
|
||||
'X-Appwrite-Response-Format' => '1.7.0',
|
||||
'X-Appwrite-Response-Format' => '1.8.0',
|
||||
])
|
||||
->setExclude($language['exclude'] ?? []);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue