3 Commits

Author SHA1 Message Date
shb
0ba58a1efb Testing path for uploading files
Test route and test file uploading functionality added and confirmed to run properly. Utilized direct-to-storage upload method to bypass sending file data to backend
2025-06-17 13:22:12 +08:00
shb
ffec2a43ee Added testing route to check server issues
Added test routes to pinpoint frontend to backend communication issues
2025-06-17 08:17:53 +08:00
shb
40cf8ebab5 Added file upload functionality
Backend works when trying to use Postman to request the API endpoint. File upload in the frontend also works since the data is parsed properly as multi-part form data. The issue is the frontend seems to cannot directly send request to backend and is outright rejected.
2025-06-16 14:29:33 +08:00