mirror of
https://github.com/goharbor/harbor
synced 2025-04-29 18:16:03 +00:00
10 lines
117 B
JavaScript
10 lines
117 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.log', [
|
|
'harbor.services.log'
|
|
]);
|
|
|
|
})(); |