mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -467,7 +467,7 @@ Rails.application.routes.draw do
|
||||
|
||||
namespace :traces do
|
||||
resources :trace_users, only: [:create]
|
||||
scope "/:owner/:repo", constraints: { repo: /[^\/]+/ } do
|
||||
scope "/:owner/:repo", constraints: { repo: /[^\/|.json]+/ } do
|
||||
resource :projects, path: '/', only: [:index] do
|
||||
member do
|
||||
post :tasks
|
||||
@@ -480,7 +480,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
# Project Area START
|
||||
scope "/:owner/:repo",constraints: { repo: /[^\/]+/ } do
|
||||
scope "/:owner/:repo",constraints: { repo: /[^\/|.json]+/ } do
|
||||
scope do
|
||||
get(
|
||||
'/activity',
|
||||
|
||||
Reference in New Issue
Block a user