Skip to content

Commit 94b9523

Browse files
committed
Change port for user service to 3002
1 parent 0615eaa commit 94b9523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/services/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from 'axios';
22

3-
const baseUrl = 'http://localhost:3001/users';
3+
const baseUrl = 'http://localhost:3002/users';
44

55
const createUser = async (newUser) => {
66
const response = await axios.post(`${baseUrl}`, newUser);

0 commit comments

Comments
 (0)