mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 04:35:45 +08:00
Merge branch 'develop' of https://gitlink.org.cn/Trustie/forgeplus into develop
This commit is contained in:
8
app/views/ob_repository_syncs/index.json.jbuilder
Normal file
8
app/views/ob_repository_syncs/index.json.jbuilder
Normal file
@@ -0,0 +1,8 @@
|
||||
json.status 0
|
||||
json.message "success"
|
||||
json.data do
|
||||
if @ob_repository_sync
|
||||
json.extract! @ob_repository_sync, :user_id, :name, :github_address, :gitee_address, :github_token, :gitee_token,:sync_id, :created_at, :updated_at
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user