Commit 1b4a084
authored
File tree
7 files changed
+39
-11
lines changedFilter options
- src
- constants
- controllers
- migrations
- models
- server
- services
7 files changed
+39
-11
lines changedsrc/constants/index.ts
Copy file name to clipboard+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
src/controllers/auth.controller.ts
Copy file name to clipboardExpand all lines: src/controllers/auth.controller.ts+3-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 |
| - |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/migrations/1626737786922-init.ts
Copy file name to clipboardExpand all lines: src/migrations/1626737786922-init.ts+4-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
|
src/models/role.ts
Copy file name to clipboard+13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 |
| - |
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
|
src/services/user.service.ts
Copy file name to clipboardExpand all lines: src/services/user.service.ts+11-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
| 6 | + |
5 | 7 |
|
6 | 8 |
|
| 9 | + |
7 | 10 |
|
8 | 11 |
|
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
13 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
14 | 22 |
|
15 | 23 |
|
16 | 24 |
|
17 | 25 |
|
18 | 26 |
|
19 | 27 |
|
20 | 28 |
|
| 29 | + |
21 | 30 |
|
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
| 31 | + |
| 32 | + |
26 | 33 |
|
27 | 34 |
|
28 | 35 |
|
| ||
40 | 47 |
|
41 | 48 |
|
42 | 49 |
|
43 |
| - |
44 | 50 |
|
45 |
| - |
46 |
| - |
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
|
0 commit comments