feat(services): add guilds endpoints

This commit is contained in:
Divlo
2022-02-19 19:08:25 +00:00
parent 5f2b8c8021
commit e6d8b64f8a
31 changed files with 2213 additions and 2314 deletions

View File

@ -25,7 +25,7 @@ const getConfirmEmailSchema: FastifySchema = {
} as const
export const getConfirmEmail: FastifyPluginAsync = async (fastify) => {
fastify.route<{
await fastify.route<{
Querystring: QueryGetConfirmEmailSchemaType
}>({
method: 'GET',