diff --git a/app/controllers/sync_forge_controller.rb b/app/controllers/sync_forge_controller.rb index d439c045..b7fdb720 100644 --- a/app/controllers/sync_forge_controller.rb +++ b/app/controllers/sync_forge_controller.rb @@ -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