2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 15:23:11 +00:00
This commit is contained in:
2022-08-27 00:37:58 +03:00
parent 93aeaee315
commit 4fcb5355bc
9 changed files with 87 additions and 18 deletions

7
test/client.js Normal file
View 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);