Commit ea4a078
committed
♻️ refactor : Improve readability by using HTTP_STATUS.UNAUTHORIZED constant
- Replaced the hard-coded 401 status code with the HTTP_STATUS.UNAUTHORIZED constant.
- This change improves the readability of the code and makes it easier to understand the meaning of the status code.
Related issue: YJU-OKURA#1281 parent 1b68c0d commit ea4a078
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments