Skip to content

Commit 2144fb8

Browse files
Update apis.js
1 parent f026a63 commit 2144fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/apis.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://18.199.101.32:4000'
3+
const baseURL = '/api'
44

55
export const postTask = async (reqBody) => {
66
const {data} = await axios.post(`${baseURL}/tasks`,reqBody)

0 commit comments

Comments
 (0)