mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
fix url
This commit is contained in:
parent
545a5ee126
commit
869d3c9809
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class Specs extends Action
|
|||
};
|
||||
|
||||
$specs = new Specification($formatInstance);
|
||||
$endpoint = App::getEnv('_APP_HOME', 'cloud.appwrite.io');
|
||||
$endpoint = App::getEnv('_APP_HOME', '[HOSTNAME]');
|
||||
$email = App::getEnv('_APP_SYSTEM_EMAIL_ADDRESS', APP_EMAIL_TEAM);
|
||||
|
||||
$formatInstance
|
||||
|
|
|
|||
Loading…
Reference in a new issue