UNPKG

flosight-ui

Version:

An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.

10 lines (8 loc) 138 B
'use strict'; angular.module('flosight.api') .factory('Api', function() { return { apiPrefix: '/api' } });