Use Rails.application instead of OpenProject::Application

This commit is contained in:
Dombi Attila
2023-12-16 13:11:05 +02:00
parent aec8707d29
commit ba16112745
46 changed files with 54 additions and 51 deletions
+1 -1
View File
@@ -36,5 +36,5 @@ map (subdir || '/') do
use Rack::Protection::JsonCsrf
use Rack::Protection::FrameOptions
run OpenProject::Application
run Rails.application
end