summary refs log tree commit diff
path: root/api/src/util/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 15:30:50 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 15:44:59 +1000
commit588c49c2cb60fb223aa3d7054d00d51d9cb10a70 (patch)
treed29adab78d4c6b59d89c84508847f71e25bb32f9 /api/src/util/index.ts
parentchore: fix package.json scripts (diff)
downloadserver-588c49c2cb60fb223aa3d7054d00d51d9cb10a70.tar.xz
Captcha checking
Diffstat (limited to 'api/src/util/index.ts')
-rw-r--r--api/src/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/util/index.ts b/api/src/util/index.ts

index ffbcf24e..de6b6064 100644 --- a/api/src/util/index.ts +++ b/api/src/util/index.ts
@@ -6,3 +6,4 @@ export * from "./utility/RandomInviteID"; export * from "./handlers/route"; export * from "./utility/String"; export * from "./handlers/Voice"; +export * from "./utility/captcha"; \ No newline at end of file