mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
@@ -6,8 +6,8 @@ define(['./app'], function(app) {
|
||||
$locationProvider.html5Mode(true)
|
||||
$routeProvider
|
||||
.when('/', {
|
||||
templateUrl: 'partials/signin'
|
||||
, controller: 'SignInCtrl'
|
||||
templateUrl: 'partials/deviceList'
|
||||
, controller: 'DeviceListCtrl'
|
||||
})
|
||||
.otherwise({
|
||||
redirectTo: '/'
|
||||
|
||||
Reference in New Issue
Block a user