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
commit879587d62b8606ab3d57e4a7b0c484f75b64cbda (patch)
tree5f812a767e46bb4c3a57cf08fd7ff0bf26746b5b /api/src/index.ts
parentadded template for future routes (diff)
downloadserver-879587d62b8606ab3d57e4a7b0c484f75b64cbda.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";