feat(services): add guilds endpoints
This commit is contained in:
@ -25,7 +25,7 @@ const getConfirmEmailSchema: FastifySchema = {
|
||||
} as const
|
||||
|
||||
export const getConfirmEmail: FastifyPluginAsync = async (fastify) => {
|
||||
fastify.route<{
|
||||
await fastify.route<{
|
||||
Querystring: QueryGetConfirmEmailSchemaType
|
||||
}>({
|
||||
method: 'GET',
|
||||
|
Reference in New Issue
Block a user