merge from master

This commit is contained in:
softsimon
2020-07-05 23:24:06 +07:00
5 changed files with 55 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ import { Observable } from 'rxjs';
import { StateService } from './state.service';
import { BisqTransaction, BisqBlock } from '../interfaces/bisq.interfaces';
const API_BASE_URL = '/api{network}/v1';
const API_BASE_URL = '{network}/api/v1';
@Injectable({
providedIn: 'root'