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
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);
});