feat: search issue API

This commit is contained in:
Muhsin Keloth
2024-05-09 22:28:47 +05:30
parent df29b43540
commit 5e1dbfb64d
8 changed files with 153 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ Rails.application.routes.draw do
post :create_issue
post :link_issue
post :unlink_issue
get :search_issue
end
end
end