Skip to content

Commit

Permalink
delete users module
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Jun 12, 2024
1 parent 741801b commit 690dcf1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 712 deletions.
2 changes: 0 additions & 2 deletions backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import { HTTPLoggerMiddleware } from "./middleware/req.res.logger";
import { loggingMiddleware, PrismaModule } from "nestjs-prisma";
import { ConfigModule } from "@nestjs/config";
import { UsersModule } from "./users/users.module";
import { AppService } from "./app.service";
import { AppController } from "./app.controller";
import { MetricsController } from "./metrics.controller";
Expand Down Expand Up @@ -53,7 +52,6 @@ function getMiddlewares() {
middlewares: getMiddlewares(),
},
}),
UsersModule,
JWTAuthModule,
AdminModule,
],
Expand Down
7 changes: 0 additions & 7 deletions backend/src/users/dto/create-user.dto.ts

This file was deleted.

3 changes: 0 additions & 3 deletions backend/src/users/dto/update-user.dto.ts

This file was deleted.

21 changes: 0 additions & 21 deletions backend/src/users/dto/user.dto.ts

This file was deleted.

180 changes: 0 additions & 180 deletions backend/src/users/users.controller.spec.ts

This file was deleted.

74 changes: 0 additions & 74 deletions backend/src/users/users.controller.ts

This file was deleted.

10 changes: 0 additions & 10 deletions backend/src/users/users.module.ts

This file was deleted.

Loading

0 comments on commit 690dcf1

Please sign in to comment.