このコミットが含まれているのは:
2026-09-24 12:48:29 +09:00
コミット a0f1d0c4c3
3個のファイルの変更33行の追加1行の削除
+6
ファイルの表示
@@ -71,6 +71,12 @@ class NicoTagsController < ApplicationController
}, count: }
end
def show
tag = ExternalTag.find(params[:id])
render json: external_tag_json(tag)
end
def update
return head :unauthorized unless current_user
return head :forbidden unless current_user.gte_member?