summary refs log tree commit diff
path: root/api/src/index.ts
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-09-03 21:29:17 +0200
committerxnacly <matteogropp@protonmail.com>2021-09-03 21:29:17 +0200
commit7db26b595293e45ab0c9faa2f7e4d82173f71af3 (patch)
tree33c1c02467fa5ba796b4d2ba331482135c656cf6 /api/src/index.ts
parentadded template for future routes (diff)
downloadserver-7db26b595293e45ab0c9faa2f7e4d82173f71af3.tar.xz
moved Constants and Errorhandler from api to util
Diffstat (limited to 'api/src/index.ts')
-rw-r--r--api/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/index.ts b/api/src/index.ts

index 0bba7f5e..fe59310f 100644 --- a/api/src/index.ts +++ b/api/src/index.ts
@@ -5,7 +5,6 @@ export * from "./schema/Channel"; export * from "./schema/Guild"; export * from "./schema/Invite"; export * from "./schema/Message"; -export * from "./util/Constants"; export * from "./util/instanceOf"; export * from "./util/instanceOf"; export * from "./util/RandomInviteID";