freescout-support/Modules/ApiWebhooks/Public/js/laroute.js
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

15 lines
No EOL
350 B
JavaScript
Vendored

(function () {
var module_routes = [
{
"uri": "api-webhooks\/ajax",
"name": "apiwebhooks.ajax"
}
];
if (typeof(laroute) != "undefined") {
laroute.add_routes(module_routes);
} else {
contole.log('laroute not initialized, can not add module routes:');
contole.log(module_routes);
}
})();