mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
新增:项目搜索标签删除逻辑
This commit is contained in:
@@ -20,7 +20,7 @@ defaults format: :json do
|
||||
|
||||
scope ':repo' do
|
||||
# projects
|
||||
resource :projects, path: '/', only: [:show, :update, :edit, :destroy] do
|
||||
resource :projects, path: '/', only: [:show, :update, :edit] do
|
||||
collection do
|
||||
get :compare
|
||||
get :blame
|
||||
@@ -97,7 +97,7 @@ defaults format: :json do
|
||||
end
|
||||
|
||||
resources :projects, only: [:index]
|
||||
resources :project_topics, only: [:index, :create]
|
||||
resources :project_topics, only: [:index, :create, :destroy]
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user