chore: improving the withBaseURL workflow
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { VITE_KC_API_BASE_URL } from '@src/env'
|
||||
|
||||
export default function withBaseUrl(path: string): string {
|
||||
export function withAPIBaseURL (path: string) : string {
|
||||
return VITE_KC_API_BASE_URL + path
|
||||
}
|
||||
|
Reference in New Issue
Block a user