Resoted avatars.
This commit is contained in:
parent
5e4c4ce228
commit
9378e95a5b
@ -41,7 +41,7 @@ class AvatarView(BaseView):
|
||||
self.avatars = {}
|
||||
|
||||
async def get(self):
|
||||
type_ = self.request.match_info.get("type")
|
||||
type_ = self.request.query.get("type")
|
||||
type_match = {
|
||||
"animal": self.get_animal,
|
||||
"default": self.get_default
|
||||
|
Loading…
Reference in New Issue
Block a user