mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
8 lines
238 B
Ruby
8 lines
238 B
Ruby
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 |