thinkncollab-cli 0.0.75 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ import inquirer from "inquirer";
7
7
 
8
8
  export async function connect(link) {
9
9
 
10
- const res = await axios.get("http://localhost:12");
10
+ const res = await axios.get("http://localhost:12/cli/connect/roomId");
11
11
 
12
12
  console.log(res.data);
13
13
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.75",
4
+ "version": "0.0.76",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {