Add /pubkeys.json to URLs accessible by local accounts

This commit is contained in:
Thomas Pike
2018-03-27 12:36:16 +02:00
parent 0f6dc1de3b
commit ed5d40e99c
+1
View File
@@ -49,6 +49,7 @@ $routes = array(
$public_routes = array(
'/groups/{group}/members.{format}' => true,
'/pubkeys.{format}' => true,
'/pubkeys/{key}.{format}' => true,
'/servers/{hostname}/accounts/{account}/pubkeys.{format}' => true,
'/users/{username}' => true,