新增:项目邀请链接增加时间限制,以及show_link接口新增

This commit is contained in:
2022-06-20 10:16:39 +08:00
parent 1ebb6cb561
commit 45b7f70d9f
7 changed files with 371 additions and 63 deletions

View File

@@ -608,6 +608,7 @@ Rails.application.routes.draw do
collection do
get :current_link
post :generate_link
get :show_link
post :redirect_link
end
end