add: quit repo

This commit is contained in:
2022-05-05 10:00:02 +08:00
parent f15cd44dff
commit 7c88ea3d67
2 changed files with 21 additions and 1 deletions
+1
View File
@@ -436,6 +436,7 @@ Rails.application.routes.draw do
get :stargazers, to: 'projects#praise_users'
get :forks, to: 'projects#fork_users'
match :about, :via => [:get, :put, :post]
post :quit
end
end