style: fix linting issues met Prettier
This commit is contained in:
parent
906eb36fec
commit
6017d9c54f
4 changed files with 12 additions and 7 deletions
|
@ -4,7 +4,10 @@ export const apiConfig = {
|
|||
return import.meta.env.VITE_API_BASE_URL;
|
||||
}
|
||||
|
||||
if (window.location.hostname === "localhost" && !(window.location.port === "80" || window.location.port === "")) {
|
||||
if (
|
||||
window.location.hostname === "localhost" &&
|
||||
!(window.location.port === "80" || window.location.port === "")
|
||||
) {
|
||||
return "http://localhost:3000/api";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue