Skip to content

Commit

Permalink
Update Admin.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
qiandrewj authored Oct 24, 2024
1 parent 3190af7 commit 85aa450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/Admin/Components/Admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const Admin = () => {
*/
useEffect(() => {
async function loadReviews() {
const pending = await axios.post('/api/admin/reviews/get/pending', {
const pending = await axios.post('/api/admin/reviews/get-pending', {
token: token,
})
if (pending.status === 200) {
Expand Down

0 comments on commit 85aa450

Please sign in to comment.