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

@ -34,7 +34,7 @@ const postSignupSchema: FastifySchema = {
} as const
export const postSignupUser: FastifyPluginAsync = async (fastify) => {
fastify.route<{
await fastify.route<{
Body: BodyUserSchemaType
Querystring: QueryPostSignupSchemaType
}>({