John Smith
john@example.com
import { VITE_KC_API_BASE_URL } from '@src/env'
export function withAPIBaseURL(path: string): string {
return VITE_KC_API_BASE_URL + path
}