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

index 1316a2ca..599b32d8 100644 --- a/src/routes/guilds/#id/channels.ts +++ b/src/routes/guilds/#id/channels.ts
@@ -1,8 +1,8 @@ import { Router } from "express"; import { ChannelModel, ChannelType, GuildModel, Snowflake } from "fosscord-server-util"; import { HTTPError } from "lambert-server"; -import { ChannelModifySchema } from "../../../../../schema/Channel"; -import { check } from "../../../../../util/instanceOf"; +import { ChannelModifySchema } from "../../../schema/Channel"; +import { check } from "../../../util/instanceOf"; const router = Router(); router.get("/", async (req, res) => {