みてるぞ 1 week ago
parent
commit
5b857eccc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/app/controllers/nico_tags_controller.rb

+ 1
- 1
backend/app/controllers/nico_tags_controller.rb View File

@@ -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


Loading…
Cancel
Save