UNPKG

sirius-explorer

Version:

An open-source front-end for the Insight API.

7 lines (5 loc) 158 B
'use strict'; angular.module('insight.currency').factory('Currency', function($resource) { return $resource(window.apiPrefix + '/currency'); });