Skip to content

Commit

Permalink
Merge pull request #576 from alphagov/remove-temp-task
Browse files Browse the repository at this point in the history
Remove temporary rake task
  • Loading branch information
JonathanHallam authored Aug 14, 2023
2 parents 6e0b311 + 7b98aa8 commit e9d1676
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/tasks/routes.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ namespace :routes do

RouteDumper.new(args[:filename]).dump
end

desc "TEMP - Remove Whitehall Frontend routes"
task remove_whitehall_frontend_routes: :environment do
Route.where(handler: "backend", backend_id: "whitehall-frontend").delete_all
end
end

0 comments on commit e9d1676

Please sign in to comment.