mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix 404 pages
This commit is contained in:
parent
e345ef071a
commit
ce54c71e16
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit b15025230a0d64ad64aaba60ab090a16db474749
|
Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51
|
||||||
|
|
@ -755,6 +755,7 @@ include_once __DIR__ . '/shared/api/auth.php';
|
||||||
|
|
||||||
App::wildcard()
|
App::wildcard()
|
||||||
->groups(['api'])
|
->groups(['api'])
|
||||||
|
->label('scope', 'public')
|
||||||
->action(function () {
|
->action(function () {
|
||||||
throw new AppwriteException(AppwriteException::GENERAL_ROUTE_NOT_FOUND);
|
throw new AppwriteException(AppwriteException::GENERAL_ROUTE_NOT_FOUND);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue