UNPKG

sirius-explorer

Version:

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

9 lines (8 loc) 233 B
'use strict'; angular.module('insight.markets') .factory('MarketsInfo', function($resource) { return $resource(window.apiPrefix + '/markets/info', { q: '@q' }); });