add customer before creating ticket

This commit is contained in:
Will Freeman
2026-04-23 09:43:18 -06:00
parent 7cf14e6e92
commit b0d1e5299d
2 changed files with 40 additions and 2 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" : "https://api.deflock.org",
baseURL: window.location.hostname === "localhost" ? "http://localhost:3420" : "https://api.deflock.org",
headers: {
"Content-Type": "application/json",
},