mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-15 11:52:23 +01:00
The executable bit is set for a lot of files where it is not necessary to have the executable bit set. This PR removes the executable bit from those files.
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
'use strict';
|
|
|
|
// Use Applicaion configuration module to register a new module
|
|
ApplicationConfiguration.registerModule('users');
|