This commit is contained in:
sylor_huang@126.com 2020-08-12 11:14:37 +08:00
parent 28e762810e
commit d1368c7612
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ class SyncForgeController < ApplicationController
# before_action :check_token
def sync_projects
project_fork = params[:sync_params]
project_params = params[:project]
repository_params = params[:repository]
project_socre = params[:project_socre]
end
# def create