diff options
Diffstat (limited to 'src/http/mod.rs')
| -rw-r--r-- | src/http/mod.rs | 1 |
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 | ||