1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add signup approval API tests

This commit is contained in:
Chocobozzz 2023-01-19 09:28:29 +01:00 committed by Chocobozzz
parent 3e5716dd3a
commit b379759f55
30 changed files with 1418 additions and 452 deletions

View file

@ -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'