NUS-Project-SaBai / FrontEnd

1 stars 1 forks source link

Keithxun/debug #116

Closed keithxun closed 4 months ago

keithxun commented 4 months ago

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.

vercel[bot] commented 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
keithxun commented 4 months ago

Use of axiosInstance to resolve auth issue

davidgohzk commented 4 months ago

Looks good