fix import

This commit is contained in:
cutestnekoaqua 2023-03-01 15:07:35 +01:00
parent 548381734a
commit c74f4942d3
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import proxyServer from "./proxy/index.js";
import webServer from "./web/index.js";
import { initializeStreamingServer } from "./api/streaming.js";
import { koaBody } from "koa-body";
import * as removeTrailingSlash from "koa-remove-trailing-slashes";
import removeTrailingSlash from "koa-remove-trailing-slashes";
export const serverLogger = new Logger("server", "gray", false);