mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 14:25:17 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
5
res/app/scripts/services/devices.js
Normal file
5
res/app/scripts/services/devices.js
Normal file
@@ -0,0 +1,5 @@
|
||||
define(['./module'], function(mod) {
|
||||
mod.factory('devices', ['io', function(io) {
|
||||
return {}
|
||||
}])
|
||||
})
|
||||
Reference in New Issue
Block a user