i am recieving a 404 error when i signup index.jsx:16 POST http://localhost:5185/auth/signup 404 (Not Found) while index.jsx :16 is const handleRegister = () => { triggerSignUp( {username, password }); };
i am recieving a 404 error when i signup
index.jsx:16
POST http://localhost:5185/auth/signup 404 (Not Found)
while index.jsx :16 is const handleRegister = () => {
triggerSignUp( {username, password });
};