build new apiPrefix

This commit is contained in:
Sky Young 2018-05-16 13:46:01 -07:00
parent ee303492e3
commit ef3a02540b
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "flosight-ui",
"description": "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.",
"version": "5.0.0-beta.44",
"version": "5.0.0-beta.45",
"repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,6 @@ angular.module('flosight.api')
.factory('Api',
function() {
return {
apiPrefix: '/flosight-api'
apiPrefix: '/api'
}
});