Skip to content

Commit 2eabb9b

Browse files
committed
Update api.ts
1 parent 33d3cad commit 2eabb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.ts

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 API_URL = 'http://localhost:5000/api';
3+
const API_URL = '/api';
44

55
const api = axios.create({
66
baseURL: API_URL,

0 commit comments

Comments
 (0)