mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
rpc/v1
This commit is contained in:
@@ -16,7 +16,7 @@ export class HttpService {
|
||||
private readonly http: HttpClient,
|
||||
) {
|
||||
const port = window.location.port
|
||||
this.fullUrl = `${window.location.protocol}//${window.location.hostname}:${port}`
|
||||
this.fullUrl = `${window.location.protocol}//${window.location.hostname}:${port}/rpc/v1`
|
||||
}
|
||||
|
||||
async rpcRequest<T> (body: RPCOptions): Promise<T> {
|
||||
|
||||
Reference in New Issue
Block a user