#45 差分 API 作成

This commit is contained in:
2025-06-24 07:05:21 +09:00
parent 053dae0c25
commit 5afee2f344
5 changed files with 84 additions and 7 deletions
+1
View File
@@ -7,6 +7,7 @@ Rails.application.routes.draw do
get 'wiki/title/:title', to: 'wiki_pages#show_by_title'
get 'wiki/search', to: 'wiki_pages#search'
get 'wiki/changes', to: 'wiki_pages#changes'
get 'wiki/:id/diff', to: 'wiki_pages#diff'
get 'wiki/:id', to: 'wiki_pages#show'
post 'wiki', to: 'wiki_pages#create'
put 'wiki/:id', to: 'wiki_pages#update'