This commit is contained in:
parent
1ef0df7afb
commit
fe205531e0
@ -1,4 +1,5 @@
|
||||
import type { FastifyInstance } from 'fastify'
|
||||
import type { RegisterOptions } from 'fastify/types/register.js'
|
||||
import bcrypt from 'bcrypt'
|
||||
import { z } from 'zod'
|
||||
import { auth } from '../auth/lucia.ts'
|
||||
@ -118,3 +119,7 @@ export default function (fastify: FastifyInstance) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const autoConfig: RegisterOptions = {
|
||||
prefix: '/chad',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user