CoreWeb.Endpoint.static_url
You're seeing just the function
static_url
, go back to CoreWeb.Endpoint module for more information.
Generates the static URL without any path information.
It uses the configuration under :static_url
to generate
such. It falls back to :url
if :static_url
is not set.