feat(api): Add rules to /api/v2/instance

This commit is contained in:
Jesse Wierzbinski 2024-04-15 08:03:10 -10:00
parent 9e3e02cabd
commit 71d2c7ae3b
No known key found for this signature in database
7 changed files with 20 additions and 15 deletions

View file

@ -1,7 +1,7 @@
import { join } from "node:path";
import { dualLogger } from "@loggers";
import { errorResponse } from "@response";
import { config } from "config-manager";
import { join } from "node:path";
import {
LogLevel,
type LogManager,