Current section
Files
Jump to
Current section
Files
priv/dispatch/dispatch-cotonic
[
{mqtt_transport, [ "mqtt-transport" ], controller_mqtt_transport, [] },
{mqtt_transport, [ "mqtt-transport", zotonic_ticket, '*' ], controller_mqtt_transport, []},
% Cotonic service worker
{service_worker,
[ "cotonic-service-worker.js" ],
controller_file,
[ {root, [lib]}, {max_age, 1}, {path, "cotonic/cotonic-service-worker.js"} ]},
{keyserver_key, [ "keyserver-key.js" ], controller_keyserver_key, []}
].