mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Fixed spec email address
This commit is contained in:
parent
42aa43a72a
commit
adfa0e217c
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ $utopia->get('/v1/open-api-2.json')
|
|||
'contact' => [
|
||||
'name' => 'Appwrite Team',
|
||||
'url' => 'https://appwrite.io/support',
|
||||
'email' => APP_EMAIL_TEAM,
|
||||
'email' => $request->getServer('_APP_SYSTEM_EMAIL_ADDRESS', APP_EMAIL_TEAM),
|
||||
],
|
||||
'license' => [
|
||||
'name' => 'BSD-3-Clause',
|
||||
|
|
|
|||
Loading…
Reference in a new issue