Skip to content

Commit

Permalink
chore: remove deprecated controller (#13189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Oct 4, 2024
1 parent dc18731 commit 08db817
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 290 deletions.
204 changes: 0 additions & 204 deletions e2e/src/api/specs/server-info.e2e-spec.ts

This file was deleted.

2 changes: 0 additions & 2 deletions server/src/controllers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { OAuthController } from 'src/controllers/oauth.controller';
import { PartnerController } from 'src/controllers/partner.controller';
import { PersonController } from 'src/controllers/person.controller';
import { SearchController } from 'src/controllers/search.controller';
import { ServerInfoController } from 'src/controllers/server-info.controller';
import { ServerController } from 'src/controllers/server.controller';
import { SessionController } from 'src/controllers/session.controller';
import { SharedLinkController } from 'src/controllers/shared-link.controller';
Expand Down Expand Up @@ -57,7 +56,6 @@ export const controllers = [
ReportController,
SearchController,
ServerController,
ServerInfoController,
SessionController,
SharedLinkController,
StackController,
Expand Down
84 changes: 0 additions & 84 deletions server/src/controllers/server-info.controller.ts

This file was deleted.

0 comments on commit 08db817

Please sign in to comment.