moved bitcoreNode to parent package.json; changed apiPrefix
This commit is contained in:
parent
12775d3170
commit
0473d96ab8
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "insight-ui",
|
||||
"private": true,
|
||||
"bitcoreNode": "bitcore-node",
|
||||
"insightConfig": {
|
||||
"apiPrefix": "api",
|
||||
"routePrefix": ""
|
||||
@ -67,4 +66,4 @@
|
||||
"node": ">=8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@ import 'rxjs/add/operator/map';
|
||||
@Injectable()
|
||||
export class ApiProvider {
|
||||
|
||||
public apiPrefix: string = '/api/';
|
||||
public apiPrefix: string = '/insight-api/';
|
||||
|
||||
constructor(public http: Http) {
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user