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", "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.", "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", "repository": "git://github.com/bitpay/flosight-ui.git",
"bugs": { "bugs": {
"url": "https://github.com/bitpay/flosight-ui/issues" "url": "https://github.com/bitpay/flosight-ui/issues"
@ -18,7 +18,7 @@
], ],
"flocoreNode": "flocore-node", "flocoreNode": "flocore-node",
"flosightConfig": { "flosightConfig": {
"apiPrefix": "api", "apiPrefix": "flosight-api",
"routePrefix": "" "routePrefix": ""
}, },
"scripts": { "scripts": {

View File

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