thinkncollab-cli 0.0.63 → 0.0.64
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.
- package/commands/branch.js +1 -1
- package/package.json +1 -1
package/commands/branch.js
CHANGED
|
@@ -72,7 +72,7 @@ async function createBranch(roomId) {
|
|
|
72
72
|
throw new Error("User email not found in configuration. Please login again.");
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
const res = await axios.post("
|
|
75
|
+
const res = await axios.post("http://localhost:3001/cli/createBranch", {
|
|
76
76
|
branchName: branchName.trim(),
|
|
77
77
|
roomId,
|
|
78
78
|
email,
|