Move /admin/repo/update to /admin/refs/update
This commit is contained in:
parent
2bf939186d
commit
b587a87d50
7 changed files with 23 additions and 39 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue