Commit b0d39b4
committed
fix: Temporarily disable Admin policy on SeedController for debugging
- Removed [Authorize(Policy = 'Admin')] from SeedController
- Admin policy is not configured, causing 500 errors
- This allows us to reseed the database to fix missing orderIds in support tickets
- TODO: Re-enable once Admin policy is properly configured1 parent f8fb859 commit b0d39b4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments