Replace forem/forem instead of thepracticaldev/dev.to (#17626)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
203d06a9ce
commit
05fcdfcb2e
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ json.array! @articles do |article|
|
|||
# /api/articles and /api/articles/:id have opposite representations
|
||||
# of `tag_list` and `tags and we can't align them without breaking the API,
|
||||
# this is fully documented in the API docs
|
||||
# see <https://github.com/thepracticaldev/dev.to/issues/4206> for more details
|
||||
# see <https://github.com/forem/forem/issues/4206> for more details
|
||||
json.tag_list article.cached_tag_list_array
|
||||
json.tags article.cached_tag_list
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ json.partial! "article", article: @article
|
|||
# /api/articles and /api/articles/:id have opposite representations
|
||||
# of `tag_list` and `tags and we can't align them without breaking the API,
|
||||
# this is fully documented in the API docs
|
||||
# see <https://github.com/thepracticaldev/dev.to/issues/4206> for more details
|
||||
# see <https://github.com/forem/forem/issues/4206> for more details
|
||||
json.tag_list @article.cached_tag_list
|
||||
json.tags @article.cached_tag_list_array
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue