fixed reposyncer同步仓库接口

This commit is contained in:
“xxq250”
2022-07-26 11:40:49 +08:00
parent 19ffd9fea1
commit bb3f5cec76

View File

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