]> source.dussan.org Git - gitea.git/commit
Fix broken avatars since #15301 (#15731)
authorzeripath <art27@cantab.net>
Wed, 5 May 2021 13:06:39 +0000 (14:06 +0100)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 13:06:39 +0000 (14:06 +0100)
commiteed88dc34d2f6cfa60e04eb60e27af3ecc97e999
treea51f55f58dc9d9fcc3b112303af7445199a225f4
parent2bd5408e5fa3f8a180401f89a8c75061a44d96eb
Fix broken avatars since #15301 (#15731)

There was a missing * from the avatars routes in #15301.

Fix #15727

Signed-off-by: Andrew Thornton <art27@cantab.net>
integrations/user_avatar_test.go [new file with mode: 0644]
routers/routes/web.go