web: fix more special API Calls
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -30,7 +30,7 @@ export class OutpostHealthElement extends LitElement { | ||||
|  | ||||
|     firstUpdated(): void { | ||||
|         if (!this.outpostId) return; | ||||
|         new OutpostsApi(DEFAULT_CONFIG).outpostsOutpostsHealth({ | ||||
|         new OutpostsApi(DEFAULT_CONFIG).outpostsInstancesHealthList({ | ||||
|             uuid: this.outpostId | ||||
|         }).then(health => { | ||||
|             this.outpostHealth = health; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer