1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fix 404 pages

This commit is contained in:
Matej Bačo 2023-08-22 12:23:49 +02:00
parent e345ef071a
commit ce54c71e16
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit b15025230a0d64ad64aaba60ab090a16db474749
Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51

View file

@ -755,6 +755,7 @@ include_once __DIR__ . '/shared/api/auth.php';
App::wildcard()
->groups(['api'])
->label('scope', 'public')
->action(function () {
throw new AppwriteException(AppwriteException::GENERAL_ROUTE_NOT_FOUND);
});