First step of online html export
Some checks failed
/ Run tests (push) Successful in 1m37s
/ Build, push and deploy image (push) Successful in 1m25s
/ Run system tests (push) Has been cancelled

This commit is contained in:
david 2024-11-11 20:19:52 +01:00
parent d2165a484c
commit 5e0539d7c6
7 changed files with 264 additions and 16 deletions

View file

@ -22,6 +22,7 @@ Rails.application.routes.draw do
end
end
end
resource :export, only: %i[show]
member do
get "(-/:page_id)", action: :show, as: "", constraints: { id: /\d+/ }
end