mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
add project pm
This commit is contained in:
@@ -127,7 +127,6 @@ Rails.application.routes.draw do
|
||||
|
||||
# blockchain related routes
|
||||
get 'users/blockchain/balance', to: 'users#blockchain_balance'
|
||||
get 'projects/mp_show', to: 'projects#mp_show'
|
||||
post 'users/blockchain/balance_project', to: 'users#blockchain_balance_one_project'
|
||||
post 'users/blockchain/transfer', to: 'users#blockchain_transfer'
|
||||
post 'users/blockchain/exchange', to: 'users#blockchain_exchange'
|
||||
|
||||
@@ -16,6 +16,11 @@ defaults format: :json do
|
||||
end
|
||||
end
|
||||
end
|
||||
resources :projects do
|
||||
collection do
|
||||
get :convert
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
namespace :v1 do
|
||||
|
||||
Reference in New Issue
Block a user