annotation status path fix
This commit is contained in:
parent
54094b9e31
commit
f2c9120d0c
|
@ -11,7 +11,7 @@ import { catchError } from "rxjs/operators";
|
|||
|
||||
@Injectable()
|
||||
export class StatusService {
|
||||
private get apiBase(): string { return `${this.installationConfiguration.annotationServiceAddress}api/status`; }
|
||||
private get apiBase(): string { return `${this.installationConfiguration.annotationServiceAddress}api/annotation/status`; }
|
||||
|
||||
constructor(
|
||||
private installationConfiguration: ConfigurationService,
|
||||
|
|
Loading…
Reference in New Issue