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

4 lines
89 B
TypeScript
Raw Normal View History

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