This commit is contained in:
2025-07-13 17:33:05 +09:00
parent 9e0eb3b3c5
commit 5b857eccc1
@@ -34,7 +34,7 @@ class NicoTagsController < ApplicationController
tag.linked_tags = linked_tags
tag.updated_at = Time.now
tag.update!
tag.save!
render json: tag.linked_tags, status: :ok
end