Closed keithxun closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
front-end | ❌ Failed (Inspect) | Jul 16, 2024 8:36am |
Use of axiosInstance to resolve auth issue
Looks good
Debugging tool to be used from frontend to query backend (Similar to postman). When page is loaded, "GET" method is ran on all api endpoints to test integration. Following which, the response is used as a template for post & path method for easier testing.
However, it does not seem to work with the current backend when auth is enabled. Similar to how I am unable to query the backend using postman.