mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = function InfoCtrl($scope, LightboxImageService) {
|
||||
$scope.openDevicePhoto = function (device) {
|
||||
var title = device.name
|
||||
var enhancedPhoto800 = '/static/devices/photo/x800/' + device.image
|
||||
var enhancedPhoto800 = '/static/app/devices/photo/x800/' + device.image
|
||||
LightboxImageService.open(title, enhancedPhoto800)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user