Browse Source

fixed reposyncer同步仓库接口

pull/313/head
“xxq250” 3 years ago
parent
commit
bb3f5cec76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/ob_repository_syncs_controller.rb

+ 1
- 1
app/controllers/ob_repository_syncs_controller.rb View File

@@ -5,7 +5,7 @@ class ObRepositorySyncsController < ApplicationController
before_action :authenticate_user!

def index
render_ok(data: @ob_repository_sync)
end




Loading…
Cancel
Save