Change API Prefix back to default
This commit is contained in:
parent
c319197e64
commit
b5b7f9af2f
@ -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": {
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user