aboutsummaryrefslogtreecommitdiff
path: root/server/registry/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/registry/src/main.rs')
-rw-r--r--server/registry/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/src/main.rs b/server/registry/src/main.rs
index b9cfbfe0..da7f404b 100644
--- a/server/registry/src/main.rs
+++ b/server/registry/src/main.rs
@@ -90,7 +90,7 @@ fn main() {
#[derive(Default)]
struct Registry {
json_response: Arc<str>,
- html_response: Arc<str>,
+ html_response: [Arc<str>; 4],
entries: Vec<Entry>,
servers: HashMap<u128, InternalEntry>,
}