Skip to content

Commit

Permalink
removed extra route (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajinkya Deshmukh authored Apr 24, 2022
1 parent ec37193 commit 278d8f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def draw(routes_name)
resources :team, only: [:index, :update, :destroy, :edit]

resources :reports, only: [:index]
resources :invoices, only: [:show]
resources :workspaces, only: [:update]

get "clients/*path", to: "clients#index", via: :all
Expand Down

0 comments on commit 278d8f4

Please sign in to comment.