Remove good job dashboard route

This commit is contained in:
Zach Gollwitzer
2024-10-24 15:56:58 -04:00
parent d93fbbcaa8
commit 89e107e36c

View File

@@ -1,6 +1,4 @@
Rails.application.routes.draw do
mount GoodJob::Engine => "jobs"
get "changelog", to: "pages#changelog"
get "feedback", to: "pages#feedback"
get "early-access", to: "pages#early_access"