Skip to content

Commit

Permalink
perf: fix dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Dec 9, 2021
1 parent edd23d5 commit c05d842
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example/user/controllers/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { BadRequestException, mockjs } from "../../deps.ts";
import { AuthGuard } from "../../guards/auth.guard.ts";
import { AuthGuard2 } from "../../guards/auth2.guard.ts";
import { AuthGuard3 } from "../../guards/auth3.guard.ts";
import { RoleAction, Roles } from "../../decrators/roles.ts";
import { LogTime } from "../../decrators/time.ts";
import { RoleAction, Roles } from "../../decorators/roles.ts";
import { LogTime } from "../../decorators/time.ts";

@UseGuards(AuthGuard)
@Controller("/user")
Expand Down

0 comments on commit c05d842

Please sign in to comment.