feat(超算专区): 更新Forge删除分支接口

This commit is contained in:
欧涛 2026-04-21 17:29:54 +08:00
parent a6a656820a
commit 6fb9c13bba
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class CmsGitLinkRequestUrl extends GitLinkRequestUrl {
public static GitLinkRequestUrl DELETE_BRANCH(CmsProject cmsProject, String branchName) {
return getGitLinkRequestUrl(
String.format("/api/v1/%s/%s/branches/%s.json", cmsProject.getUsername(), cmsProject.getIdentifier(), branchName)
String.format("/api/v1/%s/%s/branches/delete.json?branch_name=%s", cmsProject.getUsername(), cmsProject.getIdentifier(), branchName)
);
}