Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
yystopf 2024-05-11 16:28:10 +08:00
commit 6155187550
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
class Api::V1::Projects::SyncRepositoriesController < Api::V1::BaseController
before_action :require_public_and_member_above
before_action :require_public_and_member_above, except: [:sync]
before_action :load_project, only: [:sync]
def index
@sync_repositories = @project.sync_repositories