upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/http/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/mod.rs')
-rw-r--r--src/http/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs
index 10563da..e2caf5d 100644
--- a/src/http/mod.rs
+++ b/src/http/mod.rs
@@ -237,6 +237,7 @@ impl Service<Request<Incoming>> for HttpService {
237 &identifier, 237 &identifier,
238 &owner_pubkey_hex, 238 &owner_pubkey_hex,
239 purgatory.clone(), 239 purgatory.clone(),
240 &git_data_path,
240 ) 241 )
241 .await; 242 .await;
242 243