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