Del: ログ発生場所から.tsを削除 / Feat: トークン削除時もログを記録
This commit is contained in:
@@ -10,7 +10,7 @@ declare module "fastify" {
|
||||
}
|
||||
}
|
||||
|
||||
const logger = new Logger("Lib | auth.ts");
|
||||
const logger = new Logger("Lib | auth");
|
||||
|
||||
const Authorization: FastifyPluginCallback = (fastify) => {
|
||||
fastify.addHook("onRequest", async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user