Browse Source

Change

pull/278/head
sylor_huang@126.com 5 years ago
parent
commit
d1368c7612
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app/controllers/sync_forge_controller.rb

+ 4
- 1
app/controllers/sync_forge_controller.rb 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


Loading…
Cancel
Save