mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
add groups feature
This commit is contained in:
7
res/app/components/stf/users/index.js
Normal file
7
res/app/components/stf/users/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
**/
|
||||
|
||||
module.exports = angular.module('stf.users', [
|
||||
])
|
||||
.factory('UsersService', require('./users-service'))
|
||||
Reference in New Issue
Block a user