build new apiPrefix
This commit is contained in:
parent
ee303492e3
commit
ef3a02540b
@ -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"
|
||||
|
||||
2
public/js/angularjs-all.min.js
vendored
2
public/js/angularjs-all.min.js
vendored
File diff suppressed because one or more lines are too long
4
public/js/main.min.js
vendored
4
public/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/vendors.min.js
vendored
2
public/js/vendors.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,6 +4,6 @@ angular.module('flosight.api')
|
||||
.factory('Api',
|
||||
function() {
|
||||
return {
|
||||
apiPrefix: '/flosight-api'
|
||||
apiPrefix: '/api'
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user