add project pm

This commit is contained in:
呱呱呱
2023-11-02 15:04:43 +08:00
parent dd30341f6e
commit 840bbff88a
9 changed files with 43 additions and 10 deletions

View File

@@ -16,6 +16,11 @@ defaults format: :json do
end
end
end
resources :projects do
collection do
get :convert
end
end
end
namespace :v1 do