From b379759f55a35837b803a3b988674972db2903d1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Jan 2023 09:28:29 +0100 Subject: Add signup approval API tests --- shared/server-commands/users/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/server-commands/users/index.ts') diff --git a/shared/server-commands/users/index.ts b/shared/server-commands/users/index.ts index 1afc02dc1..404756539 100644 --- a/shared/server-commands/users/index.ts +++ b/shared/server-commands/users/index.ts @@ -4,6 +4,7 @@ export * from './blocklist-command' export * from './login' export * from './login-command' export * from './notifications-command' +export * from './registrations-command' export * from './subscriptions-command' export * from './two-factor-command' export * from './users-command' -- cgit v1.2.3