1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-06 18:02:58 +09:00
hotomoe/src/server/api/logger.ts

4 lines
85 B
TypeScript
Raw Normal View History

import Logger from "../../misc/logger";
export const apiLogger = new Logger('api');