diff options
Diffstat (limited to 'available_plugins/ep_fintest/ep.json')
-rw-r--r-- | available_plugins/ep_fintest/ep.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/available_plugins/ep_fintest/ep.json b/available_plugins/ep_fintest/ep.json index aec7d9c1..f9e91491 100644 --- a/available_plugins/ep_fintest/ep.json +++ b/available_plugins/ep_fintest/ep.json @@ -26,6 +26,9 @@ "somehookname": "ep_fintest/otherpart:somehook", "morehook": "ep_fintest/otherpart:morehook", "expressCreateServer": "ep_fintest/otherpart:expressServer" + }, + "client_hooks": { + "somehookname": "ep_fintest/static/js/test:bar" } } ] |