mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
fixed 删除组织id支持特殊符号代码
This commit is contained in:
@@ -142,7 +142,7 @@ Rails.application.routes.draw do
|
||||
post '/blockchain/issue/get_token_num', to: 'users#blockchain_get_issue_token_num'
|
||||
get '/projects/blockchain/get_unclosed_issue_list', to: 'users#blockchain_get_unclosed_issue_list'
|
||||
|
||||
resources :owners, only: [:index, :show], constraints: { id: /[^\/]+/ }
|
||||
resources :owners, only: [:index, :show]
|
||||
|
||||
scope module: :organizations do
|
||||
resources :organizations, except: [:edit, :new] do
|
||||
|
||||
Reference in New Issue
Block a user