feat(services): add PUT /guilds/[guildId]/icon

This commit is contained in:
Divlo
2021-10-26 14:01:49 +00:00
parent 14eac3cadb
commit 56c613b5cf
21 changed files with 233 additions and 79 deletions

View File

@ -10,7 +10,7 @@ const parametersGetUserSchema = Type.Object({
userId: userPublicSchema.id
})
export type ParametersGetUser = Static<typeof parametersGetUserSchema>
type ParametersGetUser = Static<typeof parametersGetUserSchema>
const getServiceSchema: FastifySchema = {
description: 'GET the public user informations with its id',