meow
This commit is contained in:
parent
1a714fb8e4
commit
fadf8144de
|
@ -19,7 +19,7 @@ import signupPending from "./private/signup-pending.js";
|
|||
import discord from "./service/discord.js";
|
||||
import github from "./service/github.js";
|
||||
import twitter from "./service/twitter.js";
|
||||
import koaBody from "koa-body";
|
||||
import {koaBody} from "koa-body";
|
||||
|
||||
// Init app
|
||||
const app = new Koa();
|
||||
|
|
|
@ -29,7 +29,7 @@ import fileServer from "./file/index.js";
|
|||
import proxyServer from "./proxy/index.js";
|
||||
import webServer from "./web/index.js";
|
||||
import { initializeStreamingServer } from "./api/streaming.js";
|
||||
import koaBody from "koa-body";
|
||||
import {koaBody} from "koa-body";
|
||||
|
||||
export const serverLogger = new Logger("server", "gray", false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue