mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-26 23:03:13 +00:00
SetSync
This commit is contained in:
7
test/client.js
Normal file
7
test/client.js
Normal file
@ -0,0 +1,7 @@
|
||||
import "../src/esiur.js";
|
||||
|
||||
console.log("Starting test.");
|
||||
|
||||
let service = await wh.get("iip://localhost/sys/service");
|
||||
|
||||
console.log(service);
|
Reference in New Issue
Block a user