Skip to content

Commit

Permalink
Final: Finished React FE & React-Native
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Oct 9, 2024
1 parent d4536e4 commit 4a9e48f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/DocumentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const DocumentsPage = ({ theme }) => {
setLoading(false);
return;
}

const fetchDocuments = async () => {
try {
const response = await axios.get(`https://docuthinker-ai-app.onrender.com/documents/${userId}`);
Expand Down

0 comments on commit 4a9e48f

Please sign in to comment.