Merge branch 'pre_trustie_server' into trustie_server

This commit is contained in:
yystopf 2024-05-11 16:28:19 +08:00
commit cf6b991027
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