mirror of
https://github.com/safing/portmaster
synced 2025-04-17 17:39:10 +00:00
Add new ready api endpoint
This commit is contained in:
parent
fc7e11e456
commit
e2652d0934
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ export class DebugAPI {
|
|||
})
|
||||
}
|
||||
|
||||
ready(): Observable<string> {
|
||||
return this.http.get(`${this.httpAPI}/v1/ready`, {
|
||||
responseType: 'text'
|
||||
})
|
||||
}
|
||||
|
||||
getStack(): Observable<string> {
|
||||
return this.http.get(`${this.httpAPI}/v1/debug/stack`, {
|
||||
responseType: 'text'
|
||||
|
|
Loading…
Add table
Reference in a new issue