From b5b7f9af2f4a7a8190829d050b88661c201f8592 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Wed, 16 May 2018 14:37:08 -0700 Subject: [PATCH] Change API Prefix back to default --- package.json | 4 ++-- public/src/js/app.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 54b5461..3843596 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/public/src/js/app.js b/public/src/js/app.js index 8cd37b0..f517379 100644 --- a/public/src/js/app.js +++ b/public/src/js/app.js @@ -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',