Hi everybody,
is there any way to call a function from a URL('controller','function')
where 'function' need a parameter? I don't want to use request.args on this,
so args='parameter' doesn't seem to apply for this.thank you in advance for any help. Best regards

