aboutsummaryrefslogtreecommitdiffstats
path: root/src/main-afb-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-afb-daemon.c')
-rw-r--r--src/main-afb-daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c
index 165d1400..2b61bd8e 100644
--- a/src/main-afb-daemon.c
+++ b/src/main-afb-daemon.c
@@ -47,6 +47,7 @@
# include "afb-api-dbus.h"
#endif
#include "afb-api-ws.h"
+#include "afb-api-js.h"
#include "afb-hsrv.h"
#include "afb-hreq.h"
#include "afb-xreq.h"
@@ -854,6 +855,7 @@ static void start(int signum, void *arg)
apiset_start_list("weak-ldpaths", afb_api_so_add_pathset_nofails, "the weak binding path set");
#endif
apiset_start_list("auto-api", afb_autoset_add_any, "the automatic api path set");
+ apiset_start_list("jsapi", afb_api_js_add, "the jsapi");
#if WITH_DBUS_TRANSPARENCY
apiset_start_list("dbus-client", afb_api_dbus_add_client, "the afb-dbus client");
#endif