Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 30, 2024
1 parent e55e45d commit 6123db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/admin/admin.controller.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Controller, Post, Query } from "@nestjs/common";
import { AdminService } from "./admin.service";
import { Public } from "src/utils/decorators/auth.decorator";
import { ApiOkResponse, ApiQuery } from "@nestjs/swagger";
import { ApiQuery } from "@nestjs/swagger";

@Controller("admin")
export class AdminController {
Expand Down

0 comments on commit 6123db1

Please sign in to comment.