Skip to content

Commit

Permalink
fix: remove index controller
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Dec 26, 2024
1 parent 30f1220 commit fca7448
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/controllers/indexController.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { createApolloMiddleware } from './middleware/apolloServer.js';
import { expressMiddleware } from '@apollo/server/express4';
import express from 'express';
import { fileURLToPath } from 'url';
import indexController from './controllers/indexController.js';
import morgan from 'morgan';
import docsController from './controllers/docsController.js';
import path from 'path';
Expand Down

0 comments on commit fca7448

Please sign in to comment.