You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove verifyAdmin from /api/messages PATCH/DELETE
The wall page is publicly viewable, so the front-end calls these
endpoints with no Bearer token (drag-to-save, soft-delete buttons).
Auth was breaking those flows with 401. Genuine admin-only actions
already live behind /api/admin which keeps its verifyAdmin guard.
0 commit comments