mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
module.exports = angular.module('stf.port-forwarding-service', [
|
|
])
|
|
.factory('PortForwardingService', require('./port-forwarding-service'))
|