mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
_APP_DOMAIN_FUNCTIONS_FALLBACK
This commit is contained in:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user