ADD project detail api

This commit is contained in:
Jasder
2020-10-04 17:32:37 +08:00
parent 4ff8c4dc1a
commit 0faa750450
7 changed files with 135 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ Rails.application.routes.draw do
get :watchers, to: 'projects#watch_users'
get :stargazers, to: 'projects#praise_users'
get :members, to: 'projects#fork_users'
match :about, :via => [:get, :put, :post]
end
end