Commit 15f19c4
committed
fix: remove SuperAdminAuthGuard from GET /partner/:name
- Removed @UseGuards(SuperAdminAuthGuard) decorator from GET :name endpoint
- Updated ApiOperation description to indicate this is a public endpoint
- Partner config data (logos, websites, social links) is non-sensitive
- Other endpoints (POST, GET all, PATCH) remain admin-only
Closes #10421 parent 7dea417 commit 15f19c4
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments