summary refs log tree commit diff
path: root/src/routes/guilds/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/guilds/index.ts')
-rw-r--r--src/routes/guilds/index.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/routes/guilds/index.ts b/src/routes/guilds/index.ts

index 319184ad..d7dce64b 100644 --- a/src/routes/guilds/index.ts +++ b/src/routes/guilds/index.ts
@@ -1,11 +1,11 @@ import { Router, Request, Response } from "express"; import { RoleModel, GuildModel, Snowflake, Guild } from "fosscord-server-util"; import { HTTPError } from "lambert-server"; -import { check } from "./../../../../util/instanceOf"; -import { GuildCreateSchema } from "../../../../schema/Guild"; -import Config from "../../../../util/Config"; -import { getPublicUser } from "../../../../util/User"; -import { addMember } from "../../../../util/Member"; +import { check } from "./../../util/instanceOf"; +import { GuildCreateSchema } from "../../schema/Guild"; +import Config from "../../util/Config"; +import { getPublicUser } from "../../util/User"; +import { addMember } from "../../util/Member"; const router: Router = Router();