Skip to content

Commit

Permalink
Cop
Browse files Browse the repository at this point in the history
  • Loading branch information
ceithir committed Nov 16, 2023
1 parent faed198 commit 4bce501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
resources :works
resources :admin_posts
end
get '/languages/:id', to: redirect('/languages/%{id}/works', status: 302)
get "/languages/:id", to: redirect("/languages/%{id}/works", status: 302)
resources :locales, except: :destroy

#### API ####
Expand Down

0 comments on commit 4bce501

Please sign in to comment.