diff --git a/VERSION b/VERSION index 1214bdb5..797af288 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20250422.2 +20250422.3 diff --git a/src/Chat/ChatApiRoutes.php b/src/Chat/ChatApiRoutes.php index e575cb6b..8d7132ac 100644 --- a/src/Chat/ChatApiRoutes.php +++ b/src/Chat/ChatApiRoutes.php @@ -181,6 +181,9 @@ final class ChatApiRoutes implements RouteHandler, UrlSource { secure: $secure, ), false); + if(empty($servers)) + return 404; + $response->setCacheControl('max-age=300', 'stale-if-error=600', 'public', 'immutable'); // the algo of all time