This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
35
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#77
#23
みてるぞ
1 week ago
parent
9e0eb3b3c5
commit
5b857eccc1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
updat
e!
tag.
sav
e!
render json: tag.linked_tags, status: :ok
end
Write
Preview
Loading…
Cancel
Save