mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 02:38:51 +00:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
// Require config
|
|
var app = require('ui/modules').get('app/wazuh', []);
|
|
|
|
app.controller('auditController', function ($scope, $q, DataFactory, errlog) {
|
|
});
|