mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fixed SDK params
This commit is contained in:
parent
7b1dd6b2c3
commit
2a2f6c1492
1 changed files with 0 additions and 6 deletions
|
|
@ -401,12 +401,6 @@ $utopia->get('/.well-known/acme-challenge')
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$name = APP_NAME;
|
$name = APP_NAME;
|
||||||
|
|
||||||
if (array_key_exists($service, $services)) { /** @noinspection PhpIncludeInspection */
|
if (array_key_exists($service, $services)) { /** @noinspection PhpIncludeInspection */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue