So I have a function which returns me an URL
export function getUrl(params) { return {params.value} }
Ther