This commit is contained in:
Owen Schwartz 2024-10-20 15:22:47 -04:00
commit 4b2070272d
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -9,7 +9,7 @@ export const api = axios.create({
});
export const internal = axios.create({
baseURL: "http://localhost:3000/api/v1",
baseURL: "http://pangolin:3000/api/v1",
timeout: 10000,
headers: {
"Content-Type": "application/json",