1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 20:52:42 +01:00

🐛 fix import

This commit is contained in:
Flam3rboy 2021-08-17 19:33:32 +02:00
parent ce49d8829f
commit 04379f9376

View File

@ -6,7 +6,7 @@ import { FosscordServer as APIServer } from "@fosscord/api";
import { Server as GatewayServer } from "@fosscord/gateway";
import { CDNServer } from "@fosscord/cdn/";
import express from "express";
import { Config } from "../../util/dist";
import { Config } from "@fosscord/util";
const app = express();
const server = http.createServer();