Skip to content

Commit

Permalink
feat(backend): Remove interstitial-related endpoint helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Nov 28, 2023
1 parent d9fbb9a commit 89bc8ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions packages/backend/src/api/endpoints/InterstitialApi.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/backend/src/api/endpoints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './ClientApi';
export * from './DomainApi';
export * from './EmailAddressApi';
export * from './EmailApi';
export * from './InterstitialApi';
export * from './InvitationApi';
export * from './OrganizationApi';
export * from './OrganizationRoleApi';
Expand Down
2 changes: 0 additions & 2 deletions packages/backend/src/api/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
DomainAPI,
EmailAddressAPI,
EmailAPI,
InterstitialAPI,
InvitationAPI,
OrganizationAPI,
OrganizationPermissionAPI,
Expand All @@ -28,7 +27,6 @@ export function createBackendApiClient(options: CreateBackendApiOptions) {
clients: new ClientAPI(request),
emailAddresses: new EmailAddressAPI(request),
emails: new EmailAPI(request),
interstitial: new InterstitialAPI(request),
invitations: new InvitationAPI(request),
organizations: new OrganizationAPI(request),
organizationRoles: new OrganizationRoleAPI(request),
Expand Down

0 comments on commit 89bc8ab

Please sign in to comment.