app_url
Retrieves the application URL.
Example
1
{{ '/orders/123' | app_url }} => https://app.example.com/orders/123
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | destination | The destination to append to the application URL. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
string | The application URL |