diff options
Diffstat (limited to 'server/src/network')
-rw-r--r-- | server/src/network/register.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/network/register.rs b/server/src/network/register.rs index 2bd4fa92..eccdf22b 100644 --- a/server/src/network/register.rs +++ b/server/src/network/register.rs @@ -29,7 +29,7 @@ use std::{ }; use tokio::{sync::RwLock, time::interval}; -const REGISTRY_URI: &'static str = "https://hurrycurry-registry.metamuffin.org"; +const REGISTRY_URI: &str = "https://hurrycurry-registry.metamuffin.org"; pub struct Register { name: String, |