mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
module.exports = angular.module('stf/socket', [
|
|
])
|
|
.factory('socket', require('./socket-service'))
|