1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-11 00:52:29 +01:00

6 lines
133 B
JavaScript
Raw Normal View History

2018-11-21 11:08:53 +01:00
'use strict';
2018-11-27 15:16:23 +01:00
Application.Services.factory('Version', ['$resource', function ($resource) {
return $resource('/api/version');
}]);