feat(ntfy): add admin Notifications settings page with test button

This commit is contained in:
Min Zeya Phyo
2026-07-28 02:25:50 +08:00
parent 4236d12a84
commit 9fa6c37297
5 changed files with 302 additions and 4 deletions

View File

@@ -66,6 +66,10 @@ Rails.application.routes.draw do
end
get "api_tester", to: "api_tester#index"
resource :notifications, only: [:show, :update] do
post :test
end
end
# Root route