mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
15 lines
No EOL
350 B
JavaScript
Vendored
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);
|
|
}
|
|
})(); |