files controller fix

fix

fix

fix

fix

fix
This commit is contained in:
2026-05-06 13:08:23 +02:00
parent b6624d6ba1
commit 5e16685229
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ Rails.application.routes.draw do
end
get "update", to: "update#update"
get "file/*path", to: "files#show", format: false
get "file(/*path)", to: "files#show", format: false
end