move avi.png & banner.png from /priv/static/static to /priv/static/images
This commit is contained in:
parent
15cb3f2b01
commit
ea6d1b2b17
5 changed files with 14 additions and 14 deletions
|
|
@ -19,10 +19,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
|
|||
statuses_count: 5,
|
||||
note: user.bio,
|
||||
url: user.ap_id,
|
||||
avatar: "http://localhost:4001/static/avi.png",
|
||||
avatar_static: "http://localhost:4001/static/avi.png",
|
||||
header: "http://localhost:4001/static/banner.png",
|
||||
header_static: "http://localhost:4001/static/banner.png",
|
||||
avatar: "http://localhost:4001/images/avi.png",
|
||||
avatar_static: "http://localhost:4001/images/avi.png",
|
||||
header: "http://localhost:4001/images/banner.png",
|
||||
header_static: "http://localhost:4001/images/banner.png",
|
||||
source: %{
|
||||
note: "",
|
||||
privacy: "public",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue