We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615eaa commit 94b9523Copy full SHA for 94b9523
Frontend/src/services/users.js
@@ -1,6 +1,6 @@
1
import axios from 'axios';
2
3
-const baseUrl = 'http://localhost:3001/users';
+const baseUrl = 'http://localhost:3002/users';
4
5
const createUser = async (newUser) => {
6
const response = await axios.post(`${baseUrl}`, newUser);
0 commit comments