Skip to content

Commit

Permalink
fix: forgot a slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilemancer committed Oct 20, 2024
1 parent 1fe8e27 commit 78ce108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class DataService {
private getBaseUrl() {
if (window.location.hostname.includes("localhost")) {
return apiBaseUrl + "/api/";
} else return window.origin + "data-api/api/";
} else return window.origin + "/data-api/api/";
}
}

Expand Down

0 comments on commit 78ce108

Please sign in to comment.