WIP Rename "projects" page, make content editable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-28 18:42:10 +04:00
parent 315cf4dd9f
commit 6713665a61
6 changed files with 70 additions and 61 deletions

View File

@@ -25,7 +25,7 @@ Rails.application.routes.draw do
get 'confirm_btcpay'
end
end
get 'projects', to: 'projects#index'
get 'other', to: 'other#index'
end
resources :invitations, only: ['index', 'show', 'create', 'destroy']