From f802d7551eebcc87a895cc8cbc0410ee4bcb38da Mon Sep 17 00:00:00 2001 From: Thomas Pike Date: Fri, 4 Aug 2017 12:03:23 +0200 Subject: [PATCH] Add server account pubkey list to public routes --- routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes.php b/routes.php index 5aa2138..272b736 100644 --- a/routes.php +++ b/routes.php @@ -50,6 +50,7 @@ $routes = array( $public_routes = array( '/groups/{group}/members.{format}' => true, '/pubkeys/{key}.{format}' => true, + '/servers/{hostname}/accounts/{account}/pubkeys.{format}' => true, '/users/{username}' => true, '/users/{username}/pubkeys.{format}' => true, '/users/{username}/pubkeys/{key}.{format}' => true,