Skip to content

Commit

Permalink
api関連の「ファイル」と「ルーティング」を削除。authorを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitatsu-dev committed May 21, 2024
1 parent 6838206 commit 0e1d02c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions app/controllers/api/external_entries_controller.rb

This file was deleted.

6 changes: 0 additions & 6 deletions app/views/api/external_entries/_external_entry.json.jbuilder

This file was deleted.

2 changes: 0 additions & 2 deletions app/views/api/external_entries/index.json.jbuilder

This file was deleted.

1 change: 0 additions & 1 deletion config/routes/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
resources :books, only: %i(index)
resources :courses, only: %i(index)
resources :footprints, only: %i(index)
resources :external_entries, only: %i(index)
resources :survey_question_listings, only: %i() do
resource :position, only: %i(update), controller: "survey_question_listings/position"
end
Expand Down

0 comments on commit 0e1d02c

Please sign in to comment.