mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
_APP_DOMAIN_FUNCTIONS_FALLBACK
This commit is contained in:
parent
2106022507
commit
00478e8533
1 changed files with 10 additions and 0 deletions
|
|
@ -71,6 +71,16 @@ function router(App $utopia, Database $dbForPlatform, callable $getProjectDB, Sw
|
|||
)[0] ?? new Document();
|
||||
}
|
||||
|
||||
var_dump([
|
||||
'location' => 'router function',
|
||||
'_APP_RULES_FORMAT' => System::getEnv('_APP_RULES_FORMAT'),
|
||||
'host' => $host,
|
||||
'md5' => md5($host),
|
||||
'route' => $route,
|
||||
|
||||
]);
|
||||
|
||||
|
||||
if ($route->isEmpty()) {
|
||||
|
||||
$appDomainFunctionsFallback = System::getEnv('_APP_DOMAIN_FUNCTIONS_FALLBACK', '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue