Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Jan 8, 2025
1 parent bed673b commit e2520c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/frontend/react/config/passwordless.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getApiDomain() {
const apiUrl = import.meta.env.VITE_APP_API_URL || `http://localhost:${apiPort}`;
return apiUrl;
}
s;

export function getWebsiteDomain() {
const websitePort = import.meta.env.VITE_APP_WEBSITE_PORT || 3000;
const websiteUrl = import.meta.env.VITE_APP_WEBSITE_URL || `http://localhost:${websitePort}`;
Expand Down

0 comments on commit e2520c8

Please sign in to comment.