Skip to content

Commit 8d5c39e

Browse files
Meghan Krishna GonuguntaMeghan Krishna Gonugunta
authored andcommitted
2 parents d7750eb + d781cf7 commit 8d5c39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/api/client.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 API_URL = "https://splitwiser-production.up.railway.app";
3+
const API_URL = "http://localhost:8000";
44

55
let accessToken = null;
66
let refreshToken = null;

0 commit comments

Comments
 (0)