Change API Prefix back to default

This commit is contained in:
Sky Young 2018-05-16 14:37:08 -07:00
parent c319197e64
commit b5b7f9af2f
2 changed files with 3 additions and 3 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.46",
"version": "5.0.0-beta.47",
"repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues"
@ -18,7 +18,7 @@
],
"flocoreNode": "flocore-node",
"flosightConfig": {
"apiPrefix": "api",
"apiPrefix": "flosight-api",
"routePrefix": ""
},
"scripts": {

View File

@ -1,7 +1,7 @@
'use strict';
var defaultLanguage = localStorage.getItem('flosight-language') || 'en';
var defaultCurrency = localStorage.getItem('flosight-currency') || 'BTC';
var defaultCurrency = localStorage.getItem('flosight-currency') || 'FLO';
angular.module('flosight',[
'ngAnimate',