From 19d32799a9100065029d56b25051b9bd38bc73b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Fri, 29 Jul 2022 15:49:32 +0800 Subject: [PATCH] fixed banner url --- app/views/topics/_banner.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/_banner.json.jbuilder b/app/views/topics/_banner.json.jbuilder index 01fa7c9a2..a458c1800 100644 --- a/app/views/topics/_banner.json.jbuilder +++ b/app/views/topics/_banner.json.jbuilder @@ -1 +1 @@ -json.(banner, :id, :title, :image) \ No newline at end of file +json.(banner, :id, :title, :image, :url) \ No newline at end of file