fixed reposyncer同步仓库接口

This commit is contained in:
“xxq250” 2022-07-26 11:41:21 +08:00
parent 6f9db6b314
commit b1809909db
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class ObRepositorySyncsController < ApplicationController
before_action :authenticate_user!
def index
render_ok(data: @ob_repository_sync)
end