#45 API ぼちぼち

This commit is contained in:
2025-06-18 06:20:51 +09:00
parent ceeefa9b7c
commit c6f7e8a696
5 changed files with 30 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ Rails.application.routes.draw do
get 'preview/thumbnail', to: 'preview#thumbnail'
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', to: 'wiki_pages#show'
post 'wiki', to: 'wiki_pages#create'
put 'wiki/:id', to: 'wiki_pages#update'