refactor: Use POST /users to re-invite users (no-changelog) (#7714)

This commit is contained in:
Ricardo Espinoza
2023-11-15 06:40:57 -05:00
committed by GitHub
parent 3460eb5eeb
commit 4020c14d59
5 changed files with 10 additions and 105 deletions

View File

@@ -19,7 +19,6 @@ describe('Auth Middleware', () => {
const ROUTES_REQUIRING_AUTHORIZATION: Readonly<Array<[string, string]>> = [
['POST', '/users'],
['DELETE', '/users/123'],
['POST', '/users/123/reinvite'],
['POST', '/owner/setup'],
];