Change
This commit is contained in:
parent
28e762810e
commit
d1368c7612
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue