Files
phx-frontend-plugin-webcomp…/src/app/helper.ts
2026-06-09 17:36:46 +02:00

5 lines
149 B
TypeScript

import { environment } from "../environments/environment";
export function getPhxUrl(path: string) {
return `${environment.serverUrl}${path}`;
}