routes fix

This commit is contained in:
2026-05-06 15:35:27 +02:00
parent 5e16685229
commit 911e0b5b70
+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