first draft
This commit is contained in:
5
src/app/helper.ts
Normal file
5
src/app/helper.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { environment } from "../environments/environment";
|
||||
|
||||
export function getPhxUrl(path: string) {
|
||||
return `${environment.serverUrl}${path}`;
|
||||
}
|
||||
Reference in New Issue
Block a user