79424264

Date: 2025-02-09 02:51:12
Score: 2
Natty:
Report link

import axios from "axios"; export default axios.create({ baseURL: 'http://localhost:8080', headers: { 'Content-Type': 'application/json', 'ngrok-skip-browser-warning': 'true', }, });

Just change the baseURL to localhost:8080 and I think you can fetch the data in the

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tirth Mehta