mirror of
https://codeberg.org/Mo8it/git-webhook-client
synced 2024-11-21 11:06:32 +00:00
Correct returned path
This commit is contained in:
parent
18e6a837f3
commit
6f1b94e4f7
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ pub fn trigger(
|
||||||
|
|
||||||
let new_hook_log_id = db::add_hook_log(&db_state.pool, hook, &output);
|
let new_hook_log_id = db::add_hook_log(&db_state.pool, hook, &output);
|
||||||
|
|
||||||
format!("{}/{}", config_state.base_url, new_hook_log_id)
|
format!("{}/?id={}", config_state.base_url, new_hook_log_id)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue