Compare commits
No commits in common. "7c24e2564f45d907041081dc196990c03c6eb59f" and "a293bdaf1c05aac58a15263c9e8988d4e0b00386" have entirely different histories.
7c24e2564f
...
a293bdaf1c
@ -147,7 +147,7 @@ async fn run() -> anyhow::Result<()> {
|
|||||||
.context("Failed to parse bind_address")?;
|
.context("Failed to parse bind_address")?;
|
||||||
let port = config.bind_port.unwrap_or(3000);
|
let port = config.bind_port.unwrap_or(3000);
|
||||||
|
|
||||||
let matrix_client = matrix_connect(&config).await?;
|
let matrix_client = matrix_connect(&config).await.context("Failed to connect to Matrix")?;
|
||||||
|
|
||||||
let gitlab = warp::path!("hooks" / "gitlab")
|
let gitlab = warp::path!("hooks" / "gitlab")
|
||||||
.and(warp::path::end())
|
.and(warp::path::end())
|
||||||
|
Loading…
Reference in New Issue
Block a user