mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 11:16:24 +00:00
9 lines
234 B
JavaScript
9 lines
234 B
JavaScript
(function() {
|
|
'use strict';
|
|
|
|
angular.module('SOGo', ['ngRoute', 'ngSanitize', 'mm.foundation', 'mm.foundation.offcanvas'])
|
|
.constant('sgSettings', {
|
|
'baseURL': '/SOGo/so/francis/Contacts'
|
|
});
|
|
})();
|