mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
修改前端和后端的问题
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
if @new_project
|
||||
json.status 0
|
||||
json.message "fork项目成功"
|
||||
json.id @new_project.id
|
||||
json.identifier @new_project.identifier
|
||||
else
|
||||
json.status -1
|
||||
json.message "fork项目失败"
|
||||
json.nil!
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user