From 04e87f28c0081a18ef62aebe6607c4c212efe389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rogger=20andr=C3=A9=20valverde=20flores?= Date: Mon, 5 Apr 2021 10:08:30 -0500 Subject: [PATCH] fix(bull): link reference --- example/bull.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bull.js b/example/bull.js index e8687251..ef06152a 100644 --- a/example/bull.js +++ b/example/bull.js @@ -56,7 +56,7 @@ async function main() { }, }, ], - customJsPath: 'example.js', + customJsPath: 'http://localhost:4735/example.js', }, { port: HTTP_SERVER_PORT,