afb-api-js: first step for javascript bindings
[src/app-framework-binder.git] / src / main-afb-daemon.c
index 165d140..2b61bd8 100644 (file)
@@ -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