strip /api

This commit is contained in:
Will Freeman
2026-02-02 09:11:53 -07:00
parent efe072f97e
commit d3e37e366f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class BoundingBox implements BoundingBoxLiteral {
}
const apiService = axios.create({
baseURL: window.location.hostname === "localhost" ? "http://localhost:3000/api" : "/api",
baseURL: window.location.hostname === "localhost" ? "http://localhost:3000" : "https://api.deflock.org",
headers: {
"Content-Type": "application/json",
},