mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
debug
This commit is contained in:
parent
197e32f128
commit
baa40e4007
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ App::init()
|
|||
$host = $request->getHostname() ?? '';
|
||||
$mainDomain = System::getEnv('_APP_DOMAIN', '');
|
||||
|
||||
var_dump('Called');
|
||||
var_dump('Init Called');
|
||||
|
||||
// Only run Router when external domain
|
||||
if ($host !== $mainDomain || !empty($previewHostname)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue