Move /admin/repo/update to /admin/refs/update

This commit is contained in:
Joscha 2023-10-21 18:37:51 +02:00
parent 2bf939186d
commit b587a87d50
7 changed files with 23 additions and 39 deletions

View file

@ -62,8 +62,8 @@ pub struct PathAdminRefsTrack {}
pub struct PathAdminRefsUntrack {}
#[derive(Deserialize, TypedPath)]
#[typed_path("/admin/repo/update")]
pub struct PathAdminRepoUpdate {}
#[typed_path("/admin/refs/update")]
pub struct PathAdminRefsUpdate {}
#[derive(Deserialize, TypedPath)]
#[typed_path("/admin/queue/add")]